IViewComponentResult.Execute(ViewComponentContext) メソッド

定義

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

public:
 void Execute(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public void Execute (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member Execute : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> unit
Public Sub Execute (context As ViewComponentContext)

パラメーター

context
ViewComponentContext

ViewComponentContext現在のコンポーネント実行の 。

適用対象