public ActionResult Info()
{
var model = new MyModel(){
MyValue = "Fill up whatever value needs to be stored"
};
return View();
}
Implementation Summary: You must modify C# (controller, model) ,View (add hidden value and JS in your JS startup section)