2 instantiations of BindElementAttribute
Microsoft.AspNetCore.Components.Web (2)
Web\BindAttributes.cs (2)
46[BindElement("select", null, "value", "onchange")] 47[BindElement("textarea", null, "value", "onchange")]
1 reference to BindElementAttribute
Microsoft.AspNetCore.Components (1)
BindElementAttribute.cs (1)
13/// Constructs an instance of <see cref="BindElementAttribute"/>.