IViewComponentResult 接口

定义

的结果类型 ViewComponent

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

方法

Execute(ViewComponentContext)

使用指定的 context执行 的结果ViewComponent

ExecuteAsync(ViewComponentContext)

使用指定的 context异步执行 的结果ViewComponent

适用于