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