1.

Explain Json Binding?

Answer»

JavaScript Object NOTATION (JSON) binding SUPPORT started from ASP.Net MVC3 ONWARDS via the new JsonValueProviderFactory, which allows the action methods to accept and model-bind data in JSON format. This is useful in Ajax SCENARIOS like client templates and data binding that need to post data back to the SERVER.

JavaScript Object Notation (JSON) binding support started from ASP.Net MVC3 onwards via the new JsonValueProviderFactory, which allows the action methods to accept and model-bind data in JSON format. This is useful in Ajax scenarios like client templates and data binding that need to post data back to the server.



Discussion

No Comment Found