Answer
Value Providers are components in the model binding system that know how to fetch data from specific sources:
- Route values
- Query strings
- Form data
- Headers
- Cookies
Model binding queries these providers in order to construct complex models from the incoming HTTP request.