C# Class OSharp.Web.Mvc.BaseController

Inheritance: Controller
Show file Open project: i66soft/osharp

Protected Properties

Property Type Description
Logger ILogger

Protected Methods

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

Called when an unhandled exception occurs in the action.

Method Details

BaseController() protected method

protected BaseController ( ) : System
return System

OnException() protected method

Called when an unhandled exception occurs in the action.
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext Information about the current request and action.
return void

Property Details

Logger protected property

protected ILogger Logger
return ILogger