Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestRequest::UrlWithQueryString Property

 

Gets the URL to the resource that is used for the request. This includes the query string.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property String^ UrlWithQueryString {
	String^ get();
}

Property Value

Type: System::String^

The URL to the resource that is used for the request.

Return to top
Show: