Is it possible to determine if ASP.NET MVC 3 has successfully found any values to set the parameters, or do I need to do this ‘manually’? Options I can see are:
- Check if the Action’s parameters are different from the default values?
- Check if there are any values (query string, form variables, etc) with the same name as the parameters?
http://forums.asp.net/p/1620341/4155962.aspx/1?Re+DefaultModelBinder+Scenarios+when+no+values+are+send+to+server