Partager via


IViewComponentInvoker.InvokeAsync(ViewComponentContext) Méthode

Définition

Exécute le composant d’affichage spécifié par ViewComponentDescriptor de context et écrit le résultat dans Writer.

public:
 System::Threading::Tasks::Task ^ InvokeAsync(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public System.Threading.Tasks.Task InvokeAsync (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member InvokeAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> System.Threading.Tasks.Task
Public Function InvokeAsync (context As ViewComponentContext) As Task

Paramètres

Retours

Task qui représente l’opération asynchrone d’exécution.

S’applique à