HttpWorkerRequest::GetRawUrl Method ()

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ GetRawUrl() abstract

Return Value

Type: System::String^

The raw URL path of the request header.

.NET Framework
Available since 1.1
Return to top
Show: