Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 with get
function get UrlWithQueryString () : String
Property Value
Type: 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.