6 references to IsContentModified
Microsoft.AspNetCore.Mvc.TagHelpers (5)
LabelTagHelper.cs (1)
67
if (!output.
IsContentModified
)
OptionTagHelper.cs (1)
103
if (output.
IsContentModified
)
ScriptTagHelper.cs (1)
246
if (output.
IsContentModified
)
ValidationMessageTagHelper.cs (2)
74
if (!output.
IsContentModified
)
99
if (!output.
IsContentModified
&& tagBuilder.HasInnerHtml)
Microsoft.AspNetCore.Razor.Runtime (1)
Runtime\TagHelpers\TagHelperExecutionContext.cs (1)
221
Debug.Assert(!Output.
IsContentModified
);