HttpRequestBase.Url Property

 

When overridden in a derived class, gets information about the URL of the current request.

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

abstract Url : Uri with get
override Url : Uri with get

Property Value

Type: System.Uri

An object that contains information about the URL of the current request.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: