I\'m working on my first .NET MVC application and using the NerdDinner tutorial as a reference point. One point that is intriguing me at the moment is the UpdateModel(
UpdateModel(
It does inspect all the HttpRequest inputs such as Form, QueryString, Cookies and Server variables. I think in this order.