8 references to HasInnerHtml
Microsoft.AspNetCore.Mvc.TagHelpers (7)
FormTagHelper.cs (1)
299if (tagBuilder.HasInnerHtml)
InputTagHelper.cs (1)
265if (tagBuilder.HasInnerHtml)
LabelTagHelper.cs (1)
76if (tagBuilder.HasInnerHtml)
SelectTagHelper.cs (1)
158if (tagBuilder.HasInnerHtml)
TextAreaTagHelper.cs (1)
94if (tagBuilder.HasInnerHtml)
ValidationMessageTagHelper.cs (1)
99if (!output.IsContentModified && tagBuilder.HasInnerHtml)
ValidationSummaryTagHelper.cs (1)
104if (tagBuilder.HasInnerHtml)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
1061if (!tagBuilder.HasInnerHtml && labelText == null)