28 writes to InputTypeName
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)
270InputTypeName = inputTypeName, 313InputTypeName = inputTypeName, 367InputTypeName = inputTypeName, 423InputTypeName = inputTypeName, 479InputTypeName = inputTypeName, 528InputTypeName = inputTypeName, 751tagHelper.InputTypeName = specifiedType; 822tagHelper.InputTypeName = specifiedType; 852InputTypeName = "text", 930InputTypeName = inputTypeName, 990InputTypeName = inputTypeName, 1050InputTypeName = inputTypeName, 1110InputTypeName = inputTypeName, 1288tagHelper.InputTypeName = inputTypeName; 1351InputTypeName = inputTypeName, 1454tagHelper.InputTypeName = inputTypeName; 1547tagHelper.InputTypeName = inputTypeName; 1666tagHelper.InputTypeName = inputTypeName; 1858tagHelper.InputTypeName = "datetime"; 1927tagHelper.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. 158if (InputTypeName != null) 193if (string.IsNullOrEmpty(InputTypeName)) 200inputType = InputTypeName.ToLowerInvariant();