net7.0
namespace Microsoft.AspNetCore.Components.Web
{
[BindElement("select", null, "value", "onchange")]
[BindElement("textarea", null, "value", "onchange")]
[BindInputElement(null, null, "value", "onchange", false, null)]
[BindInputElement(null, "value", "value", "onchange", false, null)]
[BindInputElement("checkbox", null, "checked", "onchange", false, null)]
[BindInputElement("text", null, "value", "onchange", false, null)]
[BindInputElement("number", null, "value", "onchange", true, null)]
[BindInputElement("number", "value", "value", "onchange", true, null)]
[BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")]
[BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")]
[BindInputElement("datetime-local", null, "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
[BindInputElement("datetime-local", "value", "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
[BindInputElement("month", null, "value", "onchange", true, "yyyy-MM")]
[BindInputElement("month", "value", "value", "onchange", true, "yyyy-MM")]
[BindInputElement("time", null, "value", "onchange", true, "HH:mm:ss")]
[BindInputElement("time", "value", "value", "onchange", true, "HH:mm:ss")]
public static class BindAttributes
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to net7.0 | |
Assembly | Microsoft.AspNetCore.Components.Web , Version=7.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |