6 references to CreateHtmlAttributes
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultEditorTemplates.cs (6)
42
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "check-box"));
51
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "list-box tri-state"));
226
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "text-box multi-line"));
324
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "text-box single-line password"));
409
CreateHtmlAttributes
(htmlHelper, className: "text-box single-line", inputType: "file");
444
CreateHtmlAttributes
(htmlHelper, className: "text-box single-line", inputType: inputType);