共用方式為


WebTestRequest.ExpectedResponseUrl 屬性

取得或設定回應的預期 URL。 當預期會重新導向時,這個 URL 可能會與要求 URL 不同。

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

語法

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

屬性值

型別:System.String
回應的預期 URL。

備註

"Response URL" 驗證規則會使用 ExpectedResponseURL 的值。 "Response URL" 驗證規則會在 Web 效能測試執行期間,驗證是否發生重新導向 (只有在預期會發生時)。

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間