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();