6 references to CreateHtmlAttributes
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
DefaultEditorTemplates.cs (6)
41
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "check-box"));
50
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "list-box tri-state"));
225
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "text-box multi-line"));
323
htmlAttributes:
CreateHtmlAttributes
(htmlHelper, "text-box single-line password"));
408
CreateHtmlAttributes
(htmlHelper, className: "text-box single-line", inputType: "file");
443
CreateHtmlAttributes
(htmlHelper, className: "text-box single-line", inputType: inputType);