9 references to AddHtmlAttribute
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
128AddHtmlAttribute(attribute);
Microsoft.AspNetCore.Razor.Runtime.Test (8)
Runtime\TagHelpers\TagHelperExecutionContextTest.cs (8)
117executionContext.AddHtmlAttribute(new TagHelperAttribute("something")); 126executionContext.AddHtmlAttribute(new TagHelperAttribute("Another attribute")); 169executionContext.AddHtmlAttribute(new TagHelperAttribute("something")); 178executionContext.AddHtmlAttribute(new TagHelperAttribute("Another attribute")); 482executionContext.AddHtmlAttribute(new TagHelperAttribute("checked")); 483executionContext.AddHtmlAttribute(new TagHelperAttribute("visible")); 513executionContext.AddHtmlAttribute(new TagHelperAttribute("checked")); 514executionContext.AddHtmlAttribute(new TagHelperAttribute("visible"));