Request.Url Property

IT Hit WebDAV for .NET

Gets information about the URL of the current request.

[Visual Basic]
MustOverride Public ReadOnly Property Url As Uri
[C#]
public abstract System.Uri Url {get;}

Property Value

A Uri object containing information regarding the URL of the current request.

See Also

Request Class | ITHit.WebDAV.Server Namespace