C# Класс OSharp.Web.Mvc.BaseController

Наследование: Controller
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Logger ILogger

Защищенные методы

Метод Описание
BaseController ( ) : System
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Called when an unhandled exception occurs in the action.

Описание методов

BaseController() защищенный Метод

protected BaseController ( ) : System
Результат System

OnException() защищенный Метод

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.
Результат void

Описание свойств

Logger защищенное свойство

protected ILogger Logger
Результат ILogger