ref→http://weblogs.asp.net/scottgu/archive/2010/12/15/asp-net-mvc-3-razor-s-and-lt-text-gt-syntax.aspx
先記一下,MVC相關語法
若要從routerView取得id資料
@ViewContext.RouteData.Values["Id"]
若要從Cotroller取得id資料
this.RouteData.GetRequiredString("id")
祝學習愉快
先記一下,MVC相關語法
若要從routerView取得id資料
@ViewContext.RouteData.Values["Id"]
若要從Cotroller取得id資料
this.RouteData.GetRequiredString("id")
祝學習愉快