Freigeben über


IViewComponentResult.Execute(ViewComponentContext) Methode

Definition

Führt das Ergebnis eines ViewComponent mithilfe des angegebenen contextaus.

public:
 void Execute(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public void Execute (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member Execute : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> unit
Public Sub Execute (context As ViewComponentContext)

Parameter

context
ViewComponentContext

Der ViewComponentContext für die aktuelle Komponentenausführung.

Gilt für: