1 implementation of CreateInstance
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvokerFactory.cs (1)
38
public IViewComponentInvoker
CreateInstance
(ViewComponentContext context)
1 reference to CreateInstance
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentHelper.cs (1)
138
var invoker = _invokerFactory.
CreateInstance
(context);