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