다음을 통해 공유


IViewComponentInvoker.InvokeAsync(ViewComponentContext) 메서드

정의

에서 지정한 ViewComponentDescriptorcontext 뷰 구성 요소를 실행하고 결과를 Writer에 씁니다.

public:
 System::Threading::Tasks::Task ^ InvokeAsync(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public System.Threading.Tasks.Task InvokeAsync (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member InvokeAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> System.Threading.Tasks.Task
Public Function InvokeAsync (context As ViewComponentContext) As Task

매개 변수

반환

Task 실행의 비동기 작업을 나타내는 입니다.

적용 대상