Não é possível definir o tipo de conteúdo para 'application / json' em jQuery.ajax
Quando eu tiver este código $.ajax({ type: 'POST', //contentType: "application/json", url: 'http://localhost:16329/Hello', data: { name: 'norm' }, dataType: 'json' }); no Fiddler posso ver o seguinte pedido bruto POST http://localhost:16329/Hello HTTP/1.1 Host: localhost:16329 User-Agent:...