Pass complex object with redirect in ASP.NET MVC?

后端 未结 3 1064
半阙折子戏
半阙折子戏 2020-12-11 16:14

Hi,

I have a action that looks like this :

[AcceptVerbs(HttpVerbs.Post)]
        public ActionResult Register(AdRegister adRegister         


        
3条回答
  •  独厮守ぢ
    2020-12-11 16:48

    an idea would probably create a session variable and pass around a Key that references that session variable if the object is required acorss a few views?

提交回复
热议问题