17 references to AddHtmlAttribute
Microsoft.AspNetCore.Identity.UI (6)
Areas_Identity_Pages_V4_Account_Manage_Email_cshtml.g.cs (2)
204
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
242
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V4_Account_Manage_Index_cshtml.g.cs (1)
184
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (2)
187
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
250
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V5_Account_Manage_Index_cshtml.g.cs (1)
167
__tagHelperExecutionContext.
AddHtmlAttribute
("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageBase.cs (2)
625
_tagHelperAttributeInfo.ExecutionContext.
AddHtmlAttribute
(
667
executionContext.
AddHtmlAttribute
(_tagHelperAttributeInfo.Name, content, _tagHelperAttributeInfo.AttributeValueStyle);
Microsoft.AspNetCore.Razor.Runtime.Test (9)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (8)
459
executionContext.
AddHtmlAttribute
("class", "btn", HtmlAttributeValueStyle.DoubleQuotes);
460
executionContext.
AddHtmlAttribute
("type", "text", HtmlAttributeValueStyle.SingleQuotes);
509
executionContext.
AddHtmlAttribute
("class", "btn", HtmlAttributeValueStyle.DoubleQuotes);
510
executionContext.
AddHtmlAttribute
("foo", "bar", HtmlAttributeValueStyle.DoubleQuotes);
511
executionContext.
AddHtmlAttribute
("valid", "true", HtmlAttributeValueStyle.NoQuotes);
512
executionContext.
AddHtmlAttribute
("type", "text", HtmlAttributeValueStyle.SingleQuotes);
537
executionContext.
AddHtmlAttribute
("class", "btn", HtmlAttributeValueStyle.DoubleQuotes);
539
executionContext.
AddHtmlAttribute
("type", "text", HtmlAttributeValueStyle.NoQuotes);
Runtime\TagHelpers\TagHelperRunnerTest.cs (1)
161
executionContext.
AddHtmlAttribute
("class", "btn", HtmlAttributeValueStyle.DoubleQuotes);