1 type derived from InputDate
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputDateTest.cs (1)
57
private class TestInputDateComponent :
InputDate
<DateTime>
2 references to InputDate
Microsoft.AspNetCore.Components.Web (2)
Forms\InputDate.cs (1)
51
/// Constructs an instance of <see cref="
InputDate
{TValue}"/>
Forms\InputDateType.cs (1)
7
/// Represents the type of HTML input to be rendered by a <see cref="
InputDate
{TValue}"/> component.