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)

Syntax

'Declaration
Public ReadOnly Property UrlWithQueryString As String
public string UrlWithQueryString { get; }
public:
property String^ UrlWithQueryString {
    String^ get ();
}
member UrlWithQueryString : string
function get UrlWithQueryString () : String

Property Value

Type: System.String
The URL to the resource that is used for the request.

.NET Framework Security

See Also

Reference

WebTestRequest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace