2 references to HtmlAttributeKey
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (2)
157
var htmlAttributesObject = viewData[
HtmlAttributeKey
];
174
var htmlAttributesObject = htmlHelper.ViewData[
HtmlAttributeKey
];