Sdílet prostřednictvím


IViewComponentFactory.CreateViewComponent(ViewComponentContext) Metoda

Definice

Vytvoří nový kontroler pro zadaný context.

public:
 System::Object ^ CreateViewComponent(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public object CreateViewComponent (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member CreateViewComponent : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> obj
Public Function CreateViewComponent (context As ViewComponentContext) As Object

Parametry

context
ViewComponentContext

ViewComponentContext pro komponentu zobrazení.

Návraty

Komponenta zobrazení.

Platí pro