Partager via


IView.RenderAsync(ViewContext) Méthode

Définition

Affiche de façon asynchrone la vue à l’aide du spécifié context.

public:
 System::Threading::Tasks::Task ^ RenderAsync(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ context);
public System.Threading.Tasks.Task RenderAsync (Microsoft.AspNetCore.Mvc.Rendering.ViewContext context);
abstract member RenderAsync : Microsoft.AspNetCore.Mvc.Rendering.ViewContext -> System.Threading.Tasks.Task
Public Function RenderAsync (context As ViewContext) As Task

Paramètres

context
ViewContext

L’ViewContextopérateur

Retours

Task qui, à la fin, restitue la vue.

S’applique à