4 references to AddTagHelperAttribute
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
616_tagHelperAttributeInfo.ExecutionContext.AddTagHelperAttribute(
Microsoft.AspNetCore.Razor.Runtime.Test (3)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (1)
538executionContext.AddTagHelperAttribute("something", true, HtmlAttributeValueStyle.SingleQuotes);
Runtime\TagHelpers\TagHelperRunnerTest.cs (2)
123executionContext.AddTagHelperAttribute("foo", true, HtmlAttributeValueStyle.DoubleQuotes); 182executionContext.AddTagHelperAttribute("foo", true, HtmlAttributeValueStyle.DoubleQuotes);