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