BaseController Members
The BaseController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
BaseController()()()() |
Base constructor
|
|
|
BaseController(IMapper) |
Constructor to which mapper (IMapper) is injected
|
Methods
Properties
| Name | Description | |
|---|---|---|
|
|
ActionInvoker | (Inherited from Controller.) |
|
|
AsyncManager | (Inherited from Controller.) |
|
|
ClientHints |
Gets HttpClientHints for the request.
|
|
|
ControllerContext | (Inherited from ControllerBase.) |
|
|
DisableAsyncSupport | (Inherited from Controller.) |
|
|
HasRedirectRequest | |
|
|
HttpContext | (Inherited from Controller.) |
|
|
Mapper |
The Mapper instance
|
|
|
Mappings |
Shorthand for ConfigurationProvider()()()()
|
|
|
ModelState | (Inherited from Controller.) |
|
|
OwinContext |
Shortcut for GetOwinContext(System.Web.HttpRequestBase)
|
|
|
OwinSession |
Session data store provided by OwinFramework.Session middleware.
|
|
|
Profile | (Inherited from Controller.) |
|
|
Request | (Inherited from Controller.) |
|
|
Resolver | (Inherited from Controller.) |
|
|
Response | (Inherited from Controller.) |
|
|
RouteData | (Inherited from Controller.) |
|
|
Server | (Inherited from Controller.) |
|
|
Session | (Inherited from Controller.) |
|
|
TempData | (Inherited from ControllerBase.) |
|
|
TempDataProvider | (Inherited from Controller.) |
|
|
Url | (Inherited from Controller.) |
|
|
User |
Shorthand for User of
Authentication
|
|
|
ValidateRequest | (Inherited from ControllerBase.) |
|
|
ValueProvider | (Inherited from ControllerBase.) |
|
|
ViewBag | (Inherited from ControllerBase.) |
|
|
ViewData | (Inherited from ControllerBase.) |
|
|
ViewEngineCollection | (Inherited from Controller.) |

