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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.