31 references to BeginAddHtmlAttributeValues
Microsoft.AspNetCore.Identity.UI (26)
Areas_Identity_Pages_V4_Account_Manage__ManageNav_cshtml.g.cs (12)
78
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
93
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
118
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
133
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
158
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
173
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
209
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
223
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
257
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
272
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
297
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
312
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V4_Account_Manage_ExternalLogins_cshtml.g.cs (1)
239
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "id", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V5_Account_Manage__ManageNav_cshtml.g.cs (12)
78
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
93
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
118
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
133
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
158
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
173
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
209
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
223
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
257
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
272
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
297
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
312
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "aria-current", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Areas_Identity_Pages_V5_Account_Manage_ExternalLogins_cshtml.g.cs (1)
239
BeginAddHtmlAttributeValues
(__tagHelperExecutionContext, "id", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
Microsoft.AspNetCore.Mvc.Razor.Test (5)
RazorPageTest.cs (5)
990
page.
BeginAddHtmlAttributeValues
(executionContext, "someattr", 1, HtmlAttributeValueStyle.SingleQuotes);
1032
page.
BeginAddHtmlAttributeValues
(executionContext, "someattr", attributeValues.Length, HtmlAttributeValueStyle.SingleQuotes);
1078
page.
BeginAddHtmlAttributeValues
(executionContext, "someattr", attributeValues.Length, HtmlAttributeValueStyle.SingleQuotes);
1121
page.
BeginAddHtmlAttributeValues
(executionContext, "someattr", 1, HtmlAttributeValueStyle.DoubleQuotes);
1151
page.
BeginAddHtmlAttributeValues
(executionContext, "someattr", 1, HtmlAttributeValueStyle.NoQuotes);