Suoranta.EnterpriseLib.Web - Developer API

BaseController Properties

The BaseController type exposes the following members.

Properties


  Name Description
Public property ActionInvoker (Inherited from Controller.)
Public property AsyncManager (Inherited from Controller.)
Protected property ClientHints
Gets HttpClientHints for the request.
Public property ControllerContext (Inherited from ControllerBase.)
Protected property DisableAsyncSupport (Inherited from Controller.)
Protected property HasRedirectRequest
Public property HttpContext (Inherited from Controller.)
Protected property Mapper
The Mapper instance
Protected property Mappings
Shorthand for ConfigurationProvider()()()()
Public property ModelState (Inherited from Controller.)
Protected property OwinContext
Protected property OwinSession
Session data store provided by OwinFramework.Session middleware.
Public property Profile (Inherited from Controller.)
Public property Request (Inherited from Controller.)
Public property Resolver (Inherited from Controller.)
Public property Response (Inherited from Controller.)
Public property RouteData (Inherited from Controller.)
Public property Server (Inherited from Controller.)
Public property Session (Inherited from Controller.)
Public property TempData (Inherited from ControllerBase.)
Public property TempDataProvider (Inherited from Controller.)
Public property Url (Inherited from Controller.)
Protected property User
Shorthand for User of Authentication
Public property ValidateRequest (Inherited from ControllerBase.)
Public property ValueProvider (Inherited from ControllerBase.)
Public property ViewBag (Inherited from ControllerBase.)
Public property ViewData (Inherited from ControllerBase.)
Public property ViewEngineCollection (Inherited from Controller.)