Get Json string of Model, with all changes made by user
This question already has an answer here:
You cannot manipulate your c# model from JavaScript.Your model rendered by the server. Only once. When your page is created. To send data from your form or etc. use JSON.stringify(object)