1 write to EncodedContent
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\HtmlContentViewComponentResult.cs (1)
26EncodedContent = encodedContent;
3 references to EncodedContent
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\HtmlContentViewComponentResult.cs (3)
35/// Writes the <see cref="EncodedContent"/>. 42context.Writer.Write(EncodedContent); 46/// Writes the <see cref="EncodedContent"/>.