• BindAttributes
    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
    Assembly Microsoft.AspNetCore.Components.Web , Version=7.0.0.0, PublicKeyToken=adb9793829ddae60
    Implementation Source
    Help Documentation
    .NET 5.06.07.08.09.0
    .NET Core 3.03.0 (windows)3.13.1 (windows)
    Windows 10.0.1776310.0.1836210.0.19041
    OS Platforms

    For the selected framework this API is supported on all OS platforms.

    • Built-in API
    • Package-provided API

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