C# Class MvcApplication3.Controllers.BaseController

Inheritance: Controller
显示文件 Open project: kahanu/MvcInstaller

Protected Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

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

Method Details

OnActionExecuted() protected method

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
return void