43 references to AddHtmlAttributeValue
Microsoft.AspNetCore.Identity.UI (38)
Areas_Identity_Pages_V4_Account_Manage__ManageNav_cshtml.g.cs (18)
79AddHtmlAttributeValue("", 75, "nav-link", 75, 8, true); 80AddHtmlAttributeValue(" ", 83, 94AddHtmlAttributeValue("", 174, 119AddHtmlAttributeValue("", 274, "nav-link", 274, 8, true); 120AddHtmlAttributeValue(" ", 282, 134AddHtmlAttributeValue("", 371, 159AddHtmlAttributeValue("", 469, "nav-link", 469, 8, true); 160AddHtmlAttributeValue(" ", 477, 174AddHtmlAttributeValue("", 594, 210AddHtmlAttributeValue("", 824, "nav-link", 824, 8, true); 211AddHtmlAttributeValue(" ", 832, 224AddHtmlAttributeValue("", 928, 258AddHtmlAttributeValue("", 1052, "nav-link", 1052, 8, true); 259AddHtmlAttributeValue(" ", 1060, 273AddHtmlAttributeValue("", 1190, 298AddHtmlAttributeValue("", 1326, "nav-link", 1326, 8, true); 299AddHtmlAttributeValue(" ", 1334, 313AddHtmlAttributeValue("", 1445,
Areas_Identity_Pages_V4_Account_Manage_ExternalLogins_cshtml.g.cs (1)
240AddHtmlAttributeValue("", 677,
Areas_Identity_Pages_V5_Account_Manage__ManageNav_cshtml.g.cs (18)
79AddHtmlAttributeValue("", 75, "nav-link", 75, 8, true); 80AddHtmlAttributeValue(" ", 83, 94AddHtmlAttributeValue("", 174, 119AddHtmlAttributeValue("", 274, "nav-link", 274, 8, true); 120AddHtmlAttributeValue(" ", 282, 134AddHtmlAttributeValue("", 371, 159AddHtmlAttributeValue("", 469, "nav-link", 469, 8, true); 160AddHtmlAttributeValue(" ", 477, 174AddHtmlAttributeValue("", 594, 210AddHtmlAttributeValue("", 824, "nav-link", 824, 8, true); 211AddHtmlAttributeValue(" ", 832, 224AddHtmlAttributeValue("", 928, 258AddHtmlAttributeValue("", 1052, "nav-link", 1052, 8, true); 259AddHtmlAttributeValue(" ", 1060, 273AddHtmlAttributeValue("", 1190, 298AddHtmlAttributeValue("", 1326, "nav-link", 1326, 8, true); 299AddHtmlAttributeValue(" ", 1334, 313AddHtmlAttributeValue("", 1445,
Areas_Identity_Pages_V5_Account_Manage_ExternalLogins_cshtml.g.cs (1)
240AddHtmlAttributeValue("", 677,
Microsoft.AspNetCore.Mvc.Razor.Test (5)
RazorPageTest.cs (5)
991page.AddHtmlAttributeValue(prefix, prefixOffset, value, valueOffset, 0, isLiteral); 1035page.AddHtmlAttributeValue(value.Item1, value.Item2, value.Item3, value.Item4, 0, value.Item5); 1081page.AddHtmlAttributeValue(value.Item1, value.Item2, value.Item3, value.Item4, 0, value.Item5); 1122page.AddHtmlAttributeValue(string.Empty, 9, attributeValue, 9, valueLength: 0, isLiteral: false); 1152page.AddHtmlAttributeValue(string.Empty, 9, true, 9, valueLength: 0, isLiteral: false);