12 references to GetHtmlAttributeDictionaryOrNull
Microsoft.AspNetCore.Mvc.ViewFeatures (12)
DefaultHtmlGenerator.cs (12)
210var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 344var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 392tagBuilder.MergeAttributes(GetHtmlAttributeDictionaryOrNull(htmlAttributes), replaceExisting: true); 407var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 433var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 542var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 619var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 694var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 721var htmlAttributeDictionary = GetHtmlAttributeDictionaryOrNull(htmlAttributes); 872tagBuilder.MergeAttributes(GetHtmlAttributeDictionaryOrNull(htmlAttributes)); 1096tagBuilder.MergeAttributes(GetHtmlAttributeDictionaryOrNull(htmlAttributes)); 1289tagBuilder.MergeAttributes(GetHtmlAttributeDictionaryOrNull(htmlAttributes));