IViewComponentResult 介面

定義

的結果型別 ViewComponent

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

方法

Execute(ViewComponentContext)

使用指定的 context 執行 的結果 ViewComponent

ExecuteAsync(ViewComponentContext)

使用指定的 context 以非同步方式執行 的結果 ViewComponent

適用於