Session Use in MVC

Example of Session


Code :

 [Route("Sesstion")]
        public ActionResult mymethod5()
        {
            Session["Mysesstion"] = "My First sesstion Demo";
            return View();//RedirectToAction("Index", "Teacher");
        }

CsHtml :


@session["Mysesstion"]

Comments

Popular posts from this blog

Search Record From Table Using jQuery in Asp.net core MVC

How To insert Radio Button Data in DataBase -- MVC

Toolbox Webparts Controls