Click or drag to resize

BaseController Properties

The BaseController type exposes the following members.

Properties
  NameDescription
Public propertyActionContext
Gets the action context.
(Inherited from ApiController.)
Protected propertyAppKey
Returns the application key for this application.
Public propertyConfiguration
Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController.)
Public propertyControllerContext
Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController.)
Public propertyModelState
Gets the model state after the model binding process.
(Inherited from ApiController.)
Public propertyRequest
Gets or sets the HttpRequestMessage of the current ApiController.
(Inherited from ApiController.)
Public propertyRequestContext
Gets the request context.
(Inherited from ApiController.)
Public propertyUrl
Gets an instance of a UrlHelper, which is used to generate URLs to other APIs.
(Inherited from ApiController.)
Public propertyUser
Returns the current principal associated with this request.
(Inherited from ApiController.)
Top
See Also