.Net Razor - sharing variables between pages

后端 未结 2 1104
自闭症患者
自闭症患者 2021-01-21 11:47

I apologize in advance for the noob question. I am used to Classic ASP and am testing the water with .Net ASP Web Pages (cshtml).

I created a cshtml page (Index.cshtml)

2条回答
  •  独厮守ぢ
    2021-01-21 12:20

    One of the options is to use ViewBag:

    http://weblogs.asp.net/hajan/viewbag-dynamic-in-asp-net-mvc-3-rc-2

提交回复
热议问题