<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tags/Querystring on Emad Alashi</title>
    <link>https://emadashi.com/tags/querystring/</link>
    <description>Recent content in Tags/Querystring on Emad Alashi</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 13 Jan 2012 14:39:57 +0000</lastBuildDate>
    <atom:link href="https://emadashi.com/tags/querystring/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>QueryString in Routing and Model Binding in ASP.NET MVC</title>
      <link>https://emadashi.com/2012/01/querystring-in-routing-and-model-binding-in-asp-net-mvc/</link>
      <pubDate>Fri, 13 Jan 2012 14:39:57 +0000</pubDate>
      <guid>https://emadashi.com/2012/01/querystring-in-routing-and-model-binding-in-asp-net-mvc/</guid>
      <description>&lt;p&gt;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 data with the same key.&lt;/p&gt;
&lt;p&gt;Now the details. Let us consider this ASP.NET MVC application. We have an action method:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
