6 references to ViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
IViewComponentResult.cs (3)
9
/// Result type of a <see cref="
ViewComponent
"/>.
14
/// Executes the result of a <see cref="
ViewComponent
"/> using the specified <paramref name="context"/>.
20
/// Asynchronously executes the result of a <see cref="
ViewComponent
"/> using the specified
ViewComponents\IViewComponentActivator.cs (3)
15
/// The <see cref="ViewComponentContext"/> for the executing <see cref="
ViewComponent
"/>.
25
/// <param name="viewComponent">The <see cref="
ViewComponent
"/> to release.</param>
34
/// <param name="viewComponent">The <see cref="
ViewComponent
"/> to release.</param>