共用方式為


WebTestRequest.Method 屬性

取得或設定要求所使用的方法。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property Method As String
    Get
    Set
public string Method { get; set; }
public:
property String^ Method {
    String^ get ();
    void set (String^ value);
}
member Method : string with get, set
function get Method () : String
function set Method (value : String)

屬性值

型別:System.String
要求所使用的方法。預設值為 "GET"。

備註

此值可以是 "GET" 或 "POST"。

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間