Méthode | Description | |
---|---|---|
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
|
public ChangeTheme ( string returnurl ) : System.Web.Mvc.ActionResult | ||
returnurl | string | |
Résultat | System.Web.Mvc.ActionResult |
public SetThemeCookie ( string theme, string returnurl ) : System.Web.Mvc.ActionResult | ||
theme | string | The name of the Theme stored in Themes folder |
returnurl | string | |
Résultat | System.Web.Mvc.ActionResult |