ASP.NET MVC POST GET . HTTP-, . , , jQuery .
$.ajax
$.ajax({
type: "POST",
url: "<%= Url.Action("Transform", "Ajax") %>",
data: { isfoo: true, bar: $("#Bar").val() },
contentType: "application/json;",
dataType: "json",
success: function() { alert("it worked"); },
failure: function() { alert("Uh oh"); }
});
, . , URL- , POST. , , . , , URL .
EDIT:
GET, , isfoo = read isFoo =, . , cap .