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