Freigeben über


ServiceBasedViewComponentActivator.Create(ViewComponentContext) Methode

Definition

Instanziiert einen ViewComponent.

public:
 virtual 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 -> obj
override this.Create : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> obj
Public Function Create (context As ViewComponentContext) As Object

Parameter

context
ViewComponentContext

Der ViewComponentContext für den ausführenden ViewComponent.

Gibt zurück

Implementiert

Gilt für: