Friday, 3 June 2016

Explain JSON Binding?

 JavaScript Object Notation (JSON) binding support started from MVC3 onwards via the newJsonValueProviderFactory, 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.

No comments:

Post a Comment