8 references to PostContent
Microsoft.AspNetCore.Mvc.TagHelpers (6)
FormTagHelper.cs (2)
301
output.
PostContent
.AppendHtml(tagBuilder.InnerHtml);
316
output.
PostContent
.AppendHtml(antiforgeryTag);
RenderAtEndOfFormTagHelper.cs (1)
57
output.
PostContent
.AppendHtml(formContext.EndOfFormContent[i]);
SelectTagHelper.cs (2)
129
output.
PostContent
.AppendHtml(options);
160
output.
PostContent
.AppendHtml(tagBuilder.InnerHtml);
ValidationSummaryTagHelper.cs (1)
106
output.
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.