コード例 #1
0
 // GET: Landing
 public ActionResult Index()
 {
     ThemeHelper.ClearTheme(System.Web.HttpContext.Current);
     return(View());
 }