IView.RenderAsync(ViewContext) Method

Definition

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

Parameters

context
ViewContext

The ViewContext.

Returns

A Task that on completion renders the view.

Applies to