What is JSON Binding?
MVC 3 included JavaScript Object Notation (JSON) binding support via the newJsonValueProviderFactory
, enabling the action methods to accept and model-bind data in JSON format. This is especially useful in advanced Ajax scenarios like client templates and data binding that need to post data back to the server.
No comments:
Post a Comment