C# Class MvcApplication3.Controllers.BaseController

Inheritance: Controller
Afficher le fichier Open project: kahanu/MvcInstaller

Méthodes protégées

Méthode Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

This provides simple feedback to the modelstate in the case of errors.

Method Details

OnActionExecuted() protected méthode

This provides simple feedback to the modelstate in the case of errors.
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void