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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。