I've asked here about how to remove RouteData and QueryString sources from ValueProvider. And this question came out:
When does the UpdateModel needs values from RouteData and QueryString? Why this is left as default feature? I see point to use RouteData and QueryString to call the correct controllers methods and provide parameters for them but not to update model. Or am I missing something?
Do you know some explanation for this?
Thank you.