How about as part of a querystring instead of route data?
Nope, query string parameters don't seem to get filled in while in this mode either. Something interesting I found is that the route data is actually present in the ControllerContext.RouteData, but it just doesn't get filled in to the method parameters.
dcstraw
Member
37 Points
21 Posts
Re: Write a MediaTypeFormatter that can serialize/deserialize json to dynamic
Feb 28, 2012 06:50 PM|LINK
Nope, query string parameters don't seem to get filled in while in this mode either. Something interesting I found is that the route data is actually present in the ControllerContext.RouteData, but it just doesn't get filled in to the method parameters.