1 write to Content
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ContentViewComponentResult.cs (1)
25Content = content;
4 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"/>.
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponentTests.cs (1)
62Assert.Same(expectedContent, actualResult.Content);