C# Class yycms.admin.Controllers.BasicController

Inheritance: Controller
Afficher le fichier Open project: seven1276/yycms

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

资源释放

OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

权限验证,无需权限请在action或controller标记AllowAnonymousAttribute

Method Details

Dispose() protected méthode

资源释放
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnActionExecuting() protected méthode

权限验证,无需权限请在action或controller标记AllowAnonymousAttribute
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void