2 references to AnonymousObjectToHtmlAttributes
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (1)
198
var htmlAttributes = HtmlHelper.
AnonymousObjectToHtmlAttributes
(htmlAttributesObject);
DefaultHtmlGenerator.cs (1)
1427
htmlAttributeDictionary = HtmlHelper.
AnonymousObjectToHtmlAttributes
(htmlAttributes);