Controller Properties

 

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

NameDescription
System_CAPS_pubpropertyActionInvoker

Gets the action invoker for the controller.

System_CAPS_pubpropertyAsyncManager

Provides asynchronous operations.

System_CAPS_protpropertyBinders

Gets or sets the binder.

System_CAPS_pubpropertyControllerContext

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

System_CAPS_protpropertyDisableAsyncSupport

Gets whether to disable the asynchronous support for the controller.

System_CAPS_pubpropertyHttpContext

Gets HTTP-specific information about an individual HTTP request.

System_CAPS_pubpropertyModelState

Gets the model state dictionary object that contains the state of the model and of model-binding validation.

System_CAPS_pubpropertyProfile

Gets the HTTP context profile.

System_CAPS_pubpropertyRequest

Gets the HttpRequestBase object for the current HTTP request.

System_CAPS_pubpropertyResolver

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

System_CAPS_pubpropertyResponse

Gets the HttpResponseBase object for the current HTTP response.

System_CAPS_pubpropertyRouteData

Gets the route data for the current request.

System_CAPS_pubpropertyServer

Gets the HttpServerUtilityBase object that provides methods that are used during Web request processing.

System_CAPS_pubpropertySession

Gets the HttpSessionStateBase object for the current HTTP request.

System_CAPS_pubpropertyTempData

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

System_CAPS_pubpropertyTempDataProvider

Gets the temporary-data provider object that is used to store data for the next request.

System_CAPS_pubpropertyUrl

Gets the URL helper object that is used to generate URLs by using routing.

System_CAPS_pubpropertyUser

Gets the user security information for the current HTTP request.

System_CAPS_pubpropertyValidateRequest

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

System_CAPS_pubpropertyValueProvider

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

System_CAPS_pubpropertyViewBag

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

System_CAPS_pubpropertyViewData

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

System_CAPS_pubpropertyViewEngineCollection

Gets the view engine collection.

Return to top
Show: