Share via


RazorView.RenderAsync(ViewContext) Method

Definition

Asynchronously renders the view using the specified 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

Parameters

context
ViewContext

The ViewContext.

Returns

A Task that on completion renders the view.

Implements

Applies to