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