asp.net mvc querystring param
i call page like host/home/controller/id. now in view i want to get 'id', i do it like t开发者_如何学Chis
ViewContext.RouteData.Values["id"]
is any other short way?
The best place to retrieve it would be in your Model... if present, which I think it alway should...
精彩评论