共用方式為


ViewViewComponentResult.ExecuteAsync(ViewComponentContext) 方法

定義

找出並呈現 所 ViewName 指定的檢視。 如果 ViewNamenull ,則搜尋的檢視名稱為 "Default"

public:
 virtual 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
override this.ExecuteAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> System.Threading.Tasks.Task
Public Function ExecuteAsync (context As ViewComponentContext) As Task

參數

context
ViewComponentContext

目前 ViewComponentContext 元件執行的 。

傳回

Task 會在檢視轉譯完成時完成。

實作

適用於