示例#1
0
        //other actions
        public ActionResult Account()
        {
            string userID = GetUserID();
            User   user   = userSql.GetUserByID(userID);

            Session["background"] = GetBackground();
            return(View(user));
        }