20 references to Content
Microsoft.AspNetCore.Mvc.TagHelpers (15)
CacheTagHelper.cs (1)
87
output.
Content
.SetHtmlContent(content);
ComponentTagHelper.cs (1)
104
output.
Content
.SetHtmlContent(result);
DistributedCacheTagHelper.cs (1)
73
output.
Content
.SetHtmlContent(content);
InputTagHelper.cs (1)
269
output.
Content
.AppendHtml(tagBuilder.InnerHtml);
LabelTagHelper.cs (2)
78
output.
Content
.SetHtmlContent(tagBuilder.InnerHtml);
83
output.
Content
.SetHtmlContent(childContent);
LinkTagHelper.cs (1)
299
output.
Content
.SetHtmlContent(HtmlString.Empty);
OptionTagHelper.cs (1)
106
childContent = output.
Content
;
PartialTagHelper.cs (1)
145
output.
Content
.SetHtmlContent(viewBuffer);
PersistComponentStateTagHelper.cs (1)
57
output.
Content
.SetHtmlContent(content);
ScriptTagHelper.cs (3)
256
output.
Content
.SetHtmlContent(childContent);
269
output.
Content
.SetHtmlContent(importMap.ToString());
326
output.
Content
.SetContent(string.Empty);
TextAreaTagHelper.cs (1)
97
output.
Content
.SetHtmlContent(tagBuilder.InnerHtml);
ValidationMessageTagHelper.cs (1)
101
output.
Content
.SetHtmlContent(tagBuilder.InnerHtml);
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperOutput.cs (2)
154
/// <c>true</c> if <see cref="
Content
"/> has been set, <c>false</c> otherwise.
204
/// <see cref="
Content
"/>, <see cref="PostContent"/>, and <see cref="PostElement"/> to suppress output.
Microsoft.AspNetCore.Razor.Runtime (3)
Runtime\TagHelpers\TagHelperExecutionContext.cs (3)
200
/// sets <see cref="Output"/>'s <see cref="TagHelperOutput.
Content
"/> to the rendered results.
203
/// <see cref="TagHelperOutput.
Content
"/> to the children's rendered content.</returns>
223
Output.
Content
.SetHtmlContent(childContent);