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