Suoranta.EnterpriseLib.Web - Developer API

BaseController Methods

The BaseController type exposes the following members.

Methods


  Name Description
Protected method BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object) (Inherited from Controller.)
Protected method BeginExecuteCore(System.AsyncCallback,System.Object) (Inherited from Controller.)
Protected method CreateActionInvoker (Inherited from Controller.)
Protected method CreateTempDataProvider (Inherited from Controller.)
Public method Dispose (Inherited from Controller.)
Protected method Dispose(System.Boolean) (Inherited from Controller.)
Protected method EndExecute(System.IAsyncResult) (Inherited from Controller.)
Protected method EndExecuteCore(System.IAsyncResult) (Inherited from Controller.)
Protected method Static member EnsureLocalRedirect
Ensures that URL is a redirect within the application
Public method Equals(System.Object) (Inherited from Object.)
Protected method Execute(System.Web.Routing.RequestContext) (Inherited from ControllerBase.)
Protected method ExecuteCore (Inherited from Controller.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetRedirectQueryString
Get

Return Value

query string portion of url that contains redirect target.
Protected method GetRedirectResult
Generate RedirectResult that matches redirect described by request
Public method GetType (Inherited from Object.)
Protected method HandleUnknownAction(System.String) (Inherited from Controller.)
Protected method Initialize(System.Web.Routing.RequestContext) (Inherited from Controller.)
Protected method Json
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnActionExecuted(System.Web.Mvc.ActionExecutedContext) (Inherited from Controller.)
Protected method OnActionExecuting(System.Web.Mvc.ActionExecutingContext) (Inherited from Controller.)
Protected method OnAuthentication(System.Web.Mvc.Filters.AuthenticationContext) (Inherited from Controller.)
Protected method OnAuthenticationChallenge(System.Web.Mvc.Filters.AuthenticationChallengeContext) (Inherited from Controller.)
Protected method OnAuthorization(System.Web.Mvc.AuthorizationContext) (Inherited from Controller.)
Protected method OnException(System.Web.Mvc.ExceptionContext) (Inherited from Controller.)
Protected method OnResultExecuted(System.Web.Mvc.ResultExecutedContext) (Inherited from Controller.)
Protected method OnResultExecuting(ResultExecutingContext)
Protected method OnResultExecuting(System.Web.Mvc.ResultExecutingContext) (Inherited from Controller.)
Public method ToString (Inherited from Object.)