IViewComponentInvoker インターフェイス

定義

ビュー コンポーネントを実行するためのコントラクトを指定します。

public interface class IViewComponentInvoker
public interface IViewComponentInvoker
type IViewComponentInvoker = interface
Public Interface IViewComponentInvoker
派生

メソッド

InvokeAsync(ViewComponentContext)

ViewComponentDescriptorcontext指定されたビュー コンポーネントを実行し、結果を にWriter書き込みます。

適用対象