Partager via


RazorView.RenderAsync(ViewContext) Méthode

Définition

Affiche de manière asynchrone la vue à l’aide du spécifié context.

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

Paramètres

context
ViewContext

L’ViewContextopérateur

Retours

Task qui, à la fin, restitue la vue.

Implémente

S’applique à