Gets/Sets the root URL to use for the application. This property is set automatically in the context of the web server.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string RootURL { get; set; }
Public Property RootURL As String
Get
Set
Property Value
Type:
StringThe root URL to use for the application.
See Also