C# Класс MvcApplication3.Controllers.BaseController

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

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

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

This provides simple feedback to the modelstate in the case of errors.

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

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

This provides simple feedback to the modelstate in the case of errors.
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Результат void