6 references to Name
Microsoft.AspNetCore.Mvc.TagHelpers (6)
InputTagHelper.cs (6)
163
if (
Name
!= null)
165
output.CopyHtmlAttribute(nameof(
Name
), context);
214
!string.IsNullOrEmpty(
Name
))
218
{ "name",
Name
},
337
!string.IsNullOrEmpty(
Name
))
342
hiddenForCheckboxTag.MergeAttribute("name",
Name
);