10 references to HasInnerHtml
Microsoft.AspNetCore.Mvc.TagHelpers (7)
FormTagHelper.cs (1)
299
if (tagBuilder.
HasInnerHtml
)
InputTagHelper.cs (1)
265
if (tagBuilder.
HasInnerHtml
)
LabelTagHelper.cs (1)
76
if (tagBuilder.
HasInnerHtml
)
SelectTagHelper.cs (1)
158
if (tagBuilder.
HasInnerHtml
)
TextAreaTagHelper.cs (1)
94
if (tagBuilder.
HasInnerHtml
)
ValidationMessageTagHelper.cs (1)
99
if (!output.IsContentModified && tagBuilder.
HasInnerHtml
)
ValidationSummaryTagHelper.cs (1)
104
if (tagBuilder.
HasInnerHtml
)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
1061
if (!tagBuilder.
HasInnerHtml
&& labelText == null)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\TagBuilderTest.cs (2)
180
Assert.True(tagBuilder.
HasInnerHtml
);
193
Assert.False(tagBuilder.
HasInnerHtml
);