How to create ValueProvider for MVC How to create ValueProvider for MVC json json

How to create ValueProvider for MVC


Check out JsonValueProviderFactory from MVC 2 RC Futures. Download the source ZIP; the particular file you should look at is src\MvcFutures\Mvc\JsonValueProviderFactory.cs. To hook it up, add it to the static ValueProviderFactories.Factories collection from within Application_Start.