IViewComponentResult インターフェイス

定義

の結果の ViewComponent型。

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

メソッド

Execute(ViewComponentContext)

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

ExecuteAsync(ViewComponentContext)

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

適用対象