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

Inheritance: Controller
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
ExtendedController ( ) : System

ExtendedController ( string applicationName ) : System

GetExceptionPolicyName ( ) : string

GetHandleErrorActionName ( ) : string

Méthodes protégées

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

ExtendedController() public méthode

public ExtendedController ( ) : System
Résultat System

ExtendedController() public méthode

public ExtendedController ( string applicationName ) : System
applicationName string
Résultat System

GetExceptionPolicyName() public méthode

public GetExceptionPolicyName ( ) : string
Résultat string

GetHandleErrorActionName() public méthode

public GetHandleErrorActionName ( ) : string
Résultat string

OnException() protected méthode

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void