Share via


IController 接口

定义

定义控制器所需的方法。

public interface IController
type IController = interface
Public Interface IController
派生

方法

Execute(RequestContext)

执行指定的请求上下文。

适用于