IController Interface
Defines the methods that are required for a controller.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IController
public interface IController
public interface class IController
The IController type exposes the following members.
Methods
Name | Description | |
---|---|---|
Execute | Executes the specified request context. |
Top