标签: c# asp.net .net
我正在使用aspx页面。 有没有办法使用WebMethod启用GET请求? 这是我试图在调试中达到的链接,但它不会在断点处停止:
http://localhost:32725/Rest/DialerWebMethods.aspx/dial
[WebMethod] public static string Dial() { return "test"; }