9 references to HelperName
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
DefaultEditorTemplatesTest.cs (9)
1450
return
HelperName
("__CheckBox__", htmlAttributes);
1478
return
HelperName
("__DropDownList__", htmlAttributes);
1527
return
HelperName
("__Hidden__", htmlAttributes);
1537
return
HelperName
("__Label__", htmlAttributes);
1560
return
HelperName
("__Password__", htmlAttributes);
1565
return
HelperName
("__RadioButton__", htmlAttributes);
1597
return
HelperName
("__TextArea__", htmlAttributes);
1602
return
HelperName
("__TextBox__", htmlAttributes);
1607
return
HelperName
("__ValidationMessage__", htmlAttributes);