C# Class BarNapkin.Infrastructure.WebUI.Filters.Errors.RedirectToUrlOnErrorAttribute

Inheritance: RedirectOnErrorAttribute
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
RedirectToUrlOnErrorAttribute ( string url ) : System

Méthodes protégées

Méthode Description
Redirect ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
Validate ( System.Web.Mvc.ActionExecutedContext filterContext ) : bool

Method Details

Redirect() protected méthode

protected Redirect ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void

RedirectToUrlOnErrorAttribute() public méthode

public RedirectToUrlOnErrorAttribute ( string url ) : System
url string
Résultat System

Validate() protected méthode

protected Validate ( System.Web.Mvc.ActionExecutedContext filterContext ) : bool
filterContext System.Web.Mvc.ActionExecutedContext
Résultat bool