Top "Value-provider" questions

Accept comma and dot as decimal separator

Model binding in ASP.NET MVC is great, but it follows locale settings. In my locale decimal separator is comma (…

asp.net-mvc modelbinders value-provider
How do I retrieve body values from an HTTP POST request in an ASP.NET Web API ValueProvider?

I want to send a HTTP POST request with the body containing information that makes up a simple blog post, …

c# asp.net asp.net-web-api model-binding value-provider
Use custom ASP.NET MVC IValueProvider, without setting it globally?

I want to be able to grab keys/values from a cookie and use that to bind a model. Rather …

asp.net-mvc model-binding modelbinders value-provider