BgEngine.Controllers.ThemeController.ChangeTheme C# (CSharp) 메소드

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
        public ActionResult ChangeTheme(string returnurl)
        {
            ViewBag.Url = returnurl;
            return PartialView("ChangeTheme");
        }