• BindAttributes
    netcoreapp3.1
    namespace Microsoft.AspNetCore.Components.Web
    {
        [BindElement("select", null, "value", "onchange")]
        [BindElement("textarea", null, "value", "onchange")]
        [BindInputElement("checkbox", null, "checked", "onchange", false, null)]
        [BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")]
        [BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")]
        [BindInputElement("datetime-local", "value", "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
        [BindInputElement("datetime-local", null, "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
        [BindInputElement("month", "value", "value", "onchange", true, "yyyy-MM")]
        [BindInputElement("month", null, "value", "onchange", true, "yyyy-MM")]
        [BindInputElement("number", "value", "value", "onchange", true, null)]
        [BindInputElement("number", null, "value", "onchange", true, null)]
        [BindInputElement("text", null, "value", "onchange", false, null)]
        [BindInputElement("time", "value", "value", "onchange", true, "HH:mm:ss")]
        [BindInputElement("time", null, "value", "onchange", true, "HH:mm:ss")]
        [BindInputElement(null, "value", "value", "onchange", false, null)]
        [BindInputElement(null, null, "value", "onchange", false, null)]
        public static class BindAttributes
    }
    
    nuget.org
    0.0 %
    Reference this API
    Assembly Microsoft.AspNetCore.Components.Web , Version=3.1.0.0, PublicKeyToken=adb9793829ddae60
    .NET 5.06.07.08.09.0
    .NET Core 3.03.1
    Platform Restrictions

    The selected framework does not have platform annotations.

    • Built-in API
    • Package-provided API

    05/05/2024
    An error has occurred. This application may no longer respond until reloaded. Reload 🗙