1 write to Content
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ContentViewComponentResult.cs (1)
25Content = content;
3 references to Content
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\ContentViewComponentResult.cs (3)
34/// Encodes and writes the <see cref="Content"/>. 41context.HtmlEncoder.Encode(context.Writer, Content); 45/// Encodes and writes the <see cref="Content"/>.