Отправка данных в ASP.NET через jQuery Ajax () дает ошибку


contentType : "application / json; charset = utf-8" , = 'http: //schema.org/Answer'>
2 принят

Добавить:

method

И изменить typeк type.

Что-то вроде этого:

$.ajax({
    type: "POST",
    dataType: 'json',
    url: "http://localhost:52930/api/person/",
    contentType: "application/json; charset=utf-8",
    data: JSON.stringify({
      Name: "Sinan",
      Password: 'test'
    })
  })
  .done(function(msg) {
    alert(msg)
  });
JavaScript, C #, JQuery, asp.net, AJAX,

javascript,c#,jquery,asp.net,ajax,

-1

Ответов: 1


contentType : "application / json; charset = utf-8" , = 'http: //schema.org/Answer'>
2 принят

Добавить:

method

И изменить typeк type.

Что-то вроде этого:

$.ajax({
    type: "POST",
    dataType: 'json',
    url: "http://localhost:52930/api/person/",
    contentType: "application/json; charset=utf-8",
    data: JSON.stringify({
      Name: "Sinan",
      Password: 'test'
    })
  })
  .done(function(msg) {
    alert(msg)
  });
JavaScript, C #, JQuery, asp.net, AJAX,
Похожие вопросы
Яндекс.Метрика