C# Класс BgEngine.Controllers.ThemeController

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

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

Метод Описание
ChangeTheme ( string returnurl ) : System.Web.Mvc.ActionResult

This action gets the Partial View with the available Themes

SetThemeCookie ( string theme, string returnurl ) : System.Web.Mvc.ActionResult

Set the cookie storing theme selected by the user

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

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

This action gets the Partial View with the available Themes
public ChangeTheme ( string returnurl ) : System.Web.Mvc.ActionResult
returnurl string
Результат System.Web.Mvc.ActionResult

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

Set the cookie storing theme selected by the user
public SetThemeCookie ( string theme, string returnurl ) : System.Web.Mvc.ActionResult
theme string The name of the Theme stored in Themes folder
returnurl string
Результат System.Web.Mvc.ActionResult