Recursive Model Binding

Posted by K. Scott Allen (OdeToCode.com) on July 16, 2010

In the last post we saw how a model binder has to show up for work even when all we need is a simple int parameter on an HTTP GET request. Now it's time for a pop quiz! Given this route definition: routes.MapRoute(
"SearchRoute",
"Home/Browse/",
new {controller = "Home",... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.