Request.ApplicationPath Property

IT Hit WebDAV for .NET

Gets virtual application root path on the server.

[Visual Basic]
MustOverride Public ReadOnly Property ApplicationPath As String
[C#]
public abstract string ApplicationPath {get;}

Property Value

The virtual path of the current application.

See Also

Request Class | ITHit.WebDAV.Server Namespace