ControllerBase Class
Represents the base class for all MVC controllers.
Namespace: System.Web.Mvc
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. |
![]() | ViewBag | Gets the dynamic view data dictionary. |
![]() | ViewData | Gets or sets the dictionary for view data. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes the specified request context. |
![]() | ExecuteCore | Executes the request. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Initialize | Initializes the specified request context. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)
.gif?cs-save-lang=1&cs-lang=jscript)