C# Class Wdage.Ldd.WebUI.Controllers.BaseController

Inheritance: Controller
Afficher le fichier Open project: huoqishi/Code-Library

Méthodes protégées

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

重写基类在Action之前执行的方法

Method Details

OnActionExecuting() protected méthode

重写基类在Action之前执行的方法
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void