IViewComponentResult.ExecuteAsync(ViewComponentContext) メソッド

定義

指定した を使用して の結果を ViewComponent 非同期に実行します context

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非同期実行を表す 。

適用対象