8 references to PostContent
Microsoft.AspNetCore.Mvc.TagHelpers (6)
FormTagHelper.cs (2)
301output.PostContent.AppendHtml(tagBuilder.InnerHtml); 316output.PostContent.AppendHtml(antiforgeryTag);
RenderAtEndOfFormTagHelper.cs (1)
57output.PostContent.AppendHtml(formContext.EndOfFormContent[i]);
SelectTagHelper.cs (2)
129output.PostContent.AppendHtml(options); 160output.PostContent.AppendHtml(tagBuilder.InnerHtml);
ValidationSummaryTagHelper.cs (1)
106output.PostContent.AppendHtml(tagBuilder.InnerHtml);
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperOutput.cs (2)
99/// before <see cref="PostContent"/></remarks> 204/// <see cref="Content"/>, <see cref="PostContent"/>, and <see cref="PostElement"/> to suppress output.