IViewComponentActivator.Create(ViewComponentContext) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a ViewComponent.
public:
 System::Object ^ Create(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);public object Create(Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);abstract member Create : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> objPublic Function Create (context As ViewComponentContext) As ObjectParameters
- context
- ViewComponentContext
The ViewComponentContext for the executing ViewComponent.