5 references to AnonymousObjectToHtmlAttributes
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (1)
197var htmlAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributesObject);
DefaultHtmlGenerator.cs (1)
1427htmlAttributeDictionary = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
DefaultEditorTemplatesTest.cs (1)
1626var htmlAttributesDictionary = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes);
Rendering\HtmlHelperFormTest.cs (1)
810var dictionary = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes);
Rendering\HtmlHelperTest.cs (1)
142var result = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributeObject);