Sdílet prostřednictvím


RazorView.RenderAsync(ViewContext) Metoda

Definice

Asynchronně vykreslí zobrazení pomocí zadaného contextobjektu .

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

Parametry

context
ViewContext

Hodnota ViewContext

Návraty

A Task , která po dokončení vykreslí zobrazení.

Implementuje

Platí pro