I am calling an ASP.NET MVC action
public JsonResult GetPatient(string patientID) { ...
from JavaScript using jQuery. The following call wo
contentType: 'application/json; charset=utf-8'
Is not good. At least it doesnt work for me. The other syntax is ok. The parameter you supply is in the right format.