1 implementation of IViewComponentInvoker
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvoker.cs (1)
19
internal sealed partial class DefaultViewComponentInvoker :
IViewComponentInvoker
7 references to IViewComponentInvoker
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
ViewComponents\DefaultViewComponentHelper.cs (1)
138
var
invoker = _invokerFactory.CreateInstance(context);
ViewComponents\DefaultViewComponentInvoker.cs (1)
17
/// Default implementation for <see cref="
IViewComponentInvoker
"/>.
ViewComponents\DefaultViewComponentInvokerFactory.cs (1)
38
public
IViewComponentInvoker
CreateInstance(ViewComponentContext context)
ViewComponents\IViewComponentInvokerFactory.cs (4)
7
/// Interface that exposes the ability to create an <see cref="
IViewComponentInvoker
"/>.
12
/// Creates a <see cref="
IViewComponentInvoker
"/>.
15
/// <returns>The <see cref="
IViewComponentInvoker
"/>.</returns>
16
IViewComponentInvoker
CreateInstance(ViewComponentContext context);