DavRequestRawUrl Property
IT Hit WebDAV Classes Reference
Gets information about the URL of the current request.
Namespace:
ITHit.WebDAV.Server.Extensibility
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax public abstract string RawUrl { get; }
Public MustOverride ReadOnly Property RawUrl As String
Get
public:
virtual property String^ RawUrl {
String^ get () abstract;
}
abstract RawUrl : string with get
Property Value
Type:
String
Url, like /somefolder/?query
See Also