System.Web.HttpRequest.Path Property

Gets the virtual path of the current request.

Syntax

public string Path { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRequest.Path is the concatenation of the HttpRequest.FilePath and the HttpRequest.PathInfo trailer. For example, for the URL http://www.contoso.com/virdir/page.html/tail, the HttpRequest.Path is /virdir/page.html/tail.

Requirements

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