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