ControllerBase Class
Visual Studio 2010
Represents the base class for all MVC controllers.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ControllerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControllerContext | Gets or sets the controller context. |
![]() | TempData | Gets or sets the dictionary for temporary data. |
![]() | ValidateRequest | Gets or sets a value that indicates whether request validation is enabled for this request. |
![]() | ValueProvider | Gets or sets the value provider for the controller. |
![]() | ViewData | Gets or sets the dictionary for view data. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Executes the specified request context. |
![]() | ExecuteCore | Executes the request. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initializes the specified request context. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: