C# Class Cedar.Framework.Common.Client.MVCExtention.ExtendedController

Inheritance: Controller
Datei anzeigen Open project: Chinaccn/surfboard

Public Methods

Method Description
ExtendedController ( ) : System

ExtendedController ( string applicationName ) : System

GetExceptionPolicyName ( ) : string

GetHandleErrorActionName ( ) : string

Protected Methods

Method Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

ExtendedController() public method

public ExtendedController ( ) : System
return System

ExtendedController() public method

public ExtendedController ( string applicationName ) : System
applicationName string
return System

GetExceptionPolicyName() public method

public GetExceptionPolicyName ( ) : string
return string

GetHandleErrorActionName() public method

public GetHandleErrorActionName ( ) : string
return string

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void