C# 클래스 BgEngine.Controllers.ThemeController

상속: BaseController
파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
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