RequestAsyncRawUrl Property
IT Hit WebDAV Classes Reference
Gets information about the URL of the current request.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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