Method | Description | |
---|---|---|
BaseController ( ) : System.Web.Mvc | ||
BaseController ( ILogger logger ) : System.Web.Mvc |
Method | Description | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void |
Method | Description | |
---|---|---|
CheckAuthentication ( ) : bool |
public BaseController ( ILogger logger ) : System.Web.Mvc | ||
logger | ILogger | |
return | System.Web.Mvc |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ExceptionContext | |
return | void |