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