2 implementations of Create
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ViewComponents\DefaultViewComponentActivator.cs (1)
35public object Create(ViewComponentContext context)
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
15public object Create(ViewComponentContext context)
1 reference to Create
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentFactory.cs (1)
44var component = _activator.Create(context);