I have a form created with Knockout.js. When the user presses the submit button, I convert the viewmodel back in a model and am trying to submit to the server. I tried:
Also, it's in the example mentioned, but you may need to alter your JavaScript call to something like:
ko.utils.postJson(location.href, { viewModel: this.viewModel });