SimpleWorkerRequest.GetRawUrl Method ()

 

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

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

Public Overrides Function GetRawUrl As String

Return Value

Type: System.String

The raw URL path of the request header.

System_CAPS_noteNote

The returned URL is not normalized. Using the URL for access control, or security-sensitive decisions can expose your application to canonicalization security vulnerabilities.

.NET Framework
Available since 1.1
Return to top
Show: