Partager via


ViewViewComponentResult.ExecuteAsync(ViewComponentContext) Méthode

Définition

Recherche et affiche une vue spécifiée par ViewName. Si ViewName a la valeur null, le nom de la vue recherché est"Default" .

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

Paramètres

context
ViewComponentContext

pour ViewComponentContext l’exécution du composant actuel.

Retours

Task qui se termine une fois le rendu de l’affichage terminé.

Implémente

S’applique à