System.Web.HttpRequest.RawUrl Property

Gets the raw URL of the current request.

Syntax

public string RawUrl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The raw URL is defined as the part of the URL following the domain information. In the URL string http://www.contoso.com/articles/recent.aspx, the raw URL is /articles/recent.aspx. The raw URL includes the query string, if present.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0