1 instantiation of ViewViewComponentResult
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponent.cs (1)
215return new ViewViewComponentResult
8 references to ViewViewComponentResult
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
ViewComponent.cs (8)
180/// <returns>A <see cref="ViewViewComponentResult"/>.</returns> 181public ViewViewComponentResult View() 190/// <returns>A <see cref="ViewViewComponentResult"/>.</returns> 191public ViewViewComponentResult View(string? viewName) 200/// <returns>A <see cref="ViewViewComponentResult"/>.</returns> 201public ViewViewComponentResult View<TModel>(TModel? model) 211/// <returns>A <see cref="ViewViewComponentResult"/>.</returns> 212public ViewViewComponentResult View<TModel>(string? viewName, TModel? model)