Translate

2012年7月30日 星期一

MVC Razor

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")

祝學習愉快

沒有留言:

張貼留言