Try this. JavaScript. var _url = '@Url.Action("GetCurrentAlarms" ,"Home")'; $.ajax({ url: _url, dataType: "json", type: "GET", ...
確定! 回上一頁