Gets or sets the root of the web site that the server will listen to.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Root { get; set; }
Property Root As String
Get
Set
property String^ Root {
String^ get ();
void set (String^ value);
}
abstract Root : string with get, set
Property Value
Type:
StringRemarks
The root is the full path from the address of the machine to the root of the site, e.g. /Foobar will be
the root in the address http://127.0.0.1/Foobar. A leading slash and no trailing slash is enforced.
Defaults to /.
See Also