I\'m trying to post form serialized values to controller (Web API Self Host). I cannot understand why the NameValueCollection is not correctly bound. Client-side using jQuer
Or you can use the build "ReadAsNameValueCollection", like this :
NameValueCollection MyNameValueCollection = formData.ReadAsNameValueCollection();