IViewComponentResult.ExecuteAsync(ViewComponentContext) 方法

定义

使用指定的 context异步执行 的结果ViewComponent

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

参数

context
ViewComponentContext

ViewComponentContext当前组件执行的 。

返回

一个 Task ,它表示异步执行。

适用于