This documentation is archived and is not being maintained.

HttpWorkerRequest.GetRawUrl Method

Returns the URL path contained in the request header with the query string appended.

[Visual Basic]
Public MustOverride Function GetRawUrl() As String
[C#]
public abstract string GetRawUrl();
[C++]
public: virtual String* GetRawUrl() = 0;
[JScript]
public abstract function GetRawUrl() : String;

Return Value

The raw URL path of the request header.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace

Show: