36 writes to InputTypeName
IdentitySample.Mvc (8)
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_ResetPassword_cshtml.g.cs (1)
160
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_SendCode_cshtml.g.cs (1)
131
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_0.Value;
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_VerifyAuthenticatorCode_cshtml.g.cs (1)
162
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_VerifyCode_cshtml.g.cs (2)
160
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
185
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_ManageLogins_cshtml.g.cs (2)
191
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
218
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Manage_VerifyPhoneNumber_cshtml.g.cs (1)
136
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_0.Value;
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4_Account_LoginWith2fa_cshtml.g.cs (1)
105
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_0.Value;
Areas_Identity_Pages_V4_Account_Manage_ExternalLogins_cshtml.g.cs (2)
178
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_2.Value;
205
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_2.Value;
Areas_Identity_Pages_V4_Account_ResetPassword_cshtml.g.cs (1)
128
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_1.Value;
Areas_Identity_Pages_V5_Account_LoginWith2fa_cshtml.g.cs (1)
107
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_0.Value;
Areas_Identity_Pages_V5_Account_Manage_ExternalLogins_cshtml.g.cs (2)
178
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_2.Value;
205
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_2.Value;
Areas_Identity_Pages_V5_Account_ResetPassword_cshtml.g.cs (1)
134
__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.
InputTypeName
= (string)__tagHelperAttribute_2.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (20)
InputTagHelperTest.cs (20)
270
InputTypeName
= inputTypeName,
313
InputTypeName
= inputTypeName,
367
InputTypeName
= inputTypeName,
423
InputTypeName
= inputTypeName,
479
InputTypeName
= inputTypeName,
528
InputTypeName
= inputTypeName,
751
tagHelper.
InputTypeName
= specifiedType;
822
tagHelper.
InputTypeName
= specifiedType;
852
InputTypeName
= "text",
930
InputTypeName
= inputTypeName,
990
InputTypeName
= inputTypeName,
1050
InputTypeName
= inputTypeName,
1110
InputTypeName
= inputTypeName,
1288
tagHelper.
InputTypeName
= inputTypeName;
1351
InputTypeName
= inputTypeName,
1454
tagHelper.
InputTypeName
= inputTypeName;
1547
tagHelper.
InputTypeName
= inputTypeName;
1666
tagHelper.
InputTypeName
= inputTypeName;
1858
tagHelper.
InputTypeName
= "datetime";
1927
tagHelper.
InputTypeName
= "date";
6 references to InputTypeName
Microsoft.AspNetCore.Mvc.TagHelpers (6)
InputTagHelper.cs (6)
100
/// Not used if the provided (see <see cref="
InputTypeName
"/>) or calculated "type" attribute value is
113
/// if the provided (see <see cref="
InputTypeName
"/>) or calculated "type" attribute value is <c>checkbox</c>,
142
/// if <see cref="
InputTypeName
"/> is "radio". Must not be <c>null</c> in that case.
158
if (
InputTypeName
!= null)
193
if (string.IsNullOrEmpty(
InputTypeName
))
200
inputType =
InputTypeName
.ToLowerInvariant();