1
[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
這兩個中的哪一個得到,哪個是後? 它用於通用處理程序(.ashx文件)。在通用處理程序中獲取/發佈
[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
這兩個中的哪一個得到,哪個是後? 它用於通用處理程序(.ashx文件)。在通用處理程序中獲取/發佈
[WebMethod]
[ScriptMethod(UseHttpGet = true/false, ResponseFormat = ResponseFormat.Json)]
public bool UseHttpGet { set; get; }
Member of System.Web.Script.Services.ScriptMethodAttribute
摘要被稱爲: 獲取或設置一個值,該值指示是否通過使用HTTP GET來調用方法。
返回: 如果通過使用HTTP GET命令調用方法,則爲true;如果通過使用HTTP POST命令調用方法,則爲false。默認值是false。
我們可以同時獲取和發佈方法
ScriptMethod允許您在Get方案中調用該方法。否則需要通過POST