2 instantiations of ContentViewComponentResult
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponent.cs (1)
174return new ContentViewComponentResult(content);
ViewComponents\DefaultViewComponentInvoker.cs (1)
184return new ContentViewComponentResult(stringResult);
4 references to ContentViewComponentResult
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponent.cs (2)
169/// <returns>A <see cref="ContentViewComponentResult"/>.</returns> 170public ContentViewComponentResult Content(string content)
ViewComponents\ContentViewComponentResult.cs (1)
18/// Initializes a new <see cref="ContentViewComponentResult"/>.
ViewComponents\HtmlContentViewComponentResult.cs (1)
15/// text, use a <see cref="ContentViewComponentResult"/>.