Explain JSON Binding?

Technology CommunityCategory: ASP.NETExplain JSON Binding?
VietMX Staff asked 3 years ago

JavaScript Object Notation (JSON) binding support started from 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.