C# Class NZBDash.UI.Controllers.BaseController

Inheritance: Controller
Mostra file Open project: NZBDash/NZBDash

Public Methods

Method Description
BaseController ( ) : System.Web.Mvc
BaseController ( ILogger logger ) : System.Web.Mvc

Protected Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Method Description
CheckAuthentication ( ) : bool

Method Details

BaseController() public method

public BaseController ( ) : System.Web.Mvc
return System.Web.Mvc

BaseController() public method

public BaseController ( ILogger logger ) : System.Web.Mvc
logger ILogger
return System.Web.Mvc

OnActionExecuting() protected method

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

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void