C# Класс Atomia.Web.Plugin.PublicOrder.Filters.LocalizationDataLoader

Attribute for loading localization data.
Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

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

Called when [action executing].

Приватные методы

Метод Описание
UpdateCookie ( System.Web.Mvc.ActionExecutingContext filterContext, AtomiaCultureInfo languageObj ) : void

Updates the cookie.

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

OnActionExecuting() публичный Метод

Called when [action executing].
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
Результат void