AsyncController Properties

 

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

Properties

Name Description
System_CAPS_pubproperty ActionInvoker

Gets the action invoker for the controller.(Inherited from Controller.)

System_CAPS_pubproperty AsyncManager

Provides asynchronous operations.(Inherited from Controller.)

System_CAPS_protproperty Binders

Gets or sets the binder.(Inherited from Controller.)

System_CAPS_pubproperty ControllerContext

Gets or sets the controller context.(Inherited from ControllerBase.)

System_CAPS_protproperty DisableAsyncSupport

Gets whether to disable the asynchronous support for the controller.(Inherited from Controller.)

System_CAPS_pubproperty HttpContext

Gets HTTP-specific information about an individual HTTP request.(Inherited from Controller.)

System_CAPS_pubproperty ModelState

Gets the model state dictionary object that contains the state of the model and of model-binding validation.(Inherited from Controller.)

System_CAPS_pubproperty Profile

Gets the HTTP context profile.(Inherited from Controller.)

System_CAPS_pubproperty Request

Gets the HttpRequestBase object for the current HTTP request.(Inherited from Controller.)

System_CAPS_pubproperty Resolver

Represents a replaceable dependency resolver providing services. By default, it uses the P:System.Web.Mvc.DependencyResolver.CurrentCache.(Inherited from Controller.)

System_CAPS_pubproperty Response

Gets the HttpResponseBase object for the current HTTP response.(Inherited from Controller.)

System_CAPS_pubproperty RouteData

Gets the route data for the current request.(Inherited from Controller.)

System_CAPS_pubproperty Server

Gets the HttpServerUtilityBase object that provides methods that are used during Web request processing.(Inherited from Controller.)

System_CAPS_pubproperty Session

Gets the HttpSessionStateBase object for the current HTTP request.(Inherited from Controller.)

System_CAPS_pubproperty TempData

Gets or sets the dictionary for temporary data.(Inherited from ControllerBase.)

System_CAPS_pubproperty TempDataProvider

Gets the temporary-data provider object that is used to store data for the next request.(Inherited from Controller.)

System_CAPS_pubproperty Url

Gets the URL helper object that is used to generate URLs by using routing.(Inherited from Controller.)

System_CAPS_pubproperty User

Gets the user security information for the current HTTP request.(Inherited from Controller.)

System_CAPS_pubproperty ValidateRequest

Gets or sets a value that indicates whether request validation is enabled for this request.(Inherited from ControllerBase.)

System_CAPS_pubproperty ValueProvider

Gets or sets the value provider for the controller.(Inherited from ControllerBase.)

System_CAPS_pubproperty ViewBag

Gets the dynamic view data dictionary.(Inherited from ControllerBase.)

System_CAPS_pubproperty ViewData

Gets or sets the dictionary for view data.(Inherited from ControllerBase.)

System_CAPS_pubproperty ViewEngineCollection

Gets the view engine collection.(Inherited from Controller.)

See Also

AsyncController Class
System.Web.Mvc Namespace

Return to top