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