Tag Archives: query string

QueryString in Routing and Model Binding in ASP.NET MVC

By | January 15, 2012

In a nutshell, a query string will not be part of the RouteData dictionary in the routing process, yet it will affect the route matching. On the other hand when Model Binding takes place, query string will be used to bind to the parameters of the action method, unless there is an item in routeā€¦ Read More »