BaseController Properties |
The BaseController type exposes the following members.
Name | Description | |
---|---|---|
ActionContext | Gets the action context. (Inherited from ApiController.) | |
AppKey |
Returns the application key for this application.
| |
Configuration | Gets the HttpConfiguration of the current ApiController. (Inherited from ApiController.) | |
ControllerContext | Gets the HttpConfiguration of the current ApiController. (Inherited from ApiController.) | |
ModelState | Gets the model state after the model binding process. (Inherited from ApiController.) | |
Request | Gets or sets the HttpRequestMessage of the current ApiController. (Inherited from ApiController.) | |
RequestContext | Gets the request context. (Inherited from ApiController.) | |
Url | Gets an instance of a UrlHelper, which is used to generate URLs to other APIs. (Inherited from ApiController.) | |
User | Returns the current principal associated with this request. (Inherited from ApiController.) |