IView.RenderAsync(ViewContext) 메서드

정의

지정된 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

매개 변수

반환

Task 완료 시 뷰를 렌더링하는 입니다.

적용 대상