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)
538
executionContext.
AddTagHelperAttribute
("something", true, HtmlAttributeValueStyle.SingleQuotes);
Runtime\TagHelpers\TagHelperRunnerTest.cs (2)
123
executionContext.
AddTagHelperAttribute
("foo", true, HtmlAttributeValueStyle.DoubleQuotes);
182
executionContext.
AddTagHelperAttribute
("foo", true, HtmlAttributeValueStyle.DoubleQuotes);