使用Web方法启用GET请求

时间:2017-05-22 07:44:41

标签: c# asp.net .net

我正在使用aspx页面。 有没有办法使用WebMethod启用GET请求? 这是我试图在调试中达到的链接,但它不会在断点处停止:

  

http://localhost:32725/Rest/DialerWebMethods.aspx/dial

[WebMethod]
    public static string Dial() {

        return "test";                        

    }

0 个答案:

没有答案