ControllerBase Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty ControllerContext

Gets or sets the controller context.

System_CAPS_pubproperty TempData

Gets or sets the dictionary for temporary data.

System_CAPS_pubproperty ValidateRequest

Gets or sets a value that indicates whether request validation is enabled for this request.

System_CAPS_pubproperty ValueProvider

Gets or sets the value provider for the controller.

System_CAPS_pubproperty ViewBag

Gets the dynamic view data dictionary.

System_CAPS_pubproperty ViewData

Gets or sets the dictionary for view data.

See Also

ControllerBase Class
System.Web.Mvc Namespace

Return to top