WebTestRequest.UrlWithQueryString Property
Gets the URL to the resource that is used for the request, including 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
'Usage
Dim instance As WebTestRequest
Dim value As String
value = instance.UrlWithQueryString
public string UrlWithQueryString { get; }
public:
property String^ UrlWithQueryString {
String^ get ();
}
public function get UrlWithQueryString () : String
Property Value
Type: System.String
.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.