标签:
<a href="/user/resume/index/11"> <span class="title bold">我的 @Request.RequestContext.RouteData.Values["id"]</span> </a>
如上代码如果想取最后的ID值11,只要如下做就行了:
@Request.RequestContext.RouteData.Values["id"]
没有路由则直接用@Request.QueryString["id"]
标签:
原文地址:http://www.cnblogs.com/firstcsharp/p/4785083.html