10 references to HtmlTargetElement
Microsoft.AspNetCore.Razor.Runtime.Test (7)
Runtime\TagHelpers\TestTagHelpers\TagHelperDescriptorFactoryTagHelpers.cs (7)
131[HtmlTargetElement(Attributes = "class*")] 136[HtmlTargetElement(Attributes = "class*,style*")] 141[HtmlTargetElement(Attributes = "class")] 146[HtmlTargetElement(Attributes = "class,style")] 151[HtmlTargetElement(Attributes = "custom")] 152[HtmlTargetElement(Attributes = "class,style")] 157[HtmlTargetElement(Attributes = "style")]
TagHelpersWebSite (3)
TagHelpers\BoldTagHelper.cs (1)
8[HtmlTargetElement(Attributes = "bold")]
TagHelpers\DictionaryPrefixTestTagHelper.cs (1)
10[HtmlTargetElement(Attributes = "prefix-*")]
TagHelpers\SurroundTagHelper.cs (1)
8[HtmlTargetElement(Attributes = nameof(Surround))]