|
WebServerOptionsWebRootPath Property
|
Gets or sets root path defined for this
WebServer.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string WebRootPath { get; set; }
Public Property WebRootPath As String
Get
Set
member WebRootPath : string with get, set
function get_WebRootPath();
function set_WebRootPath(value);
View SourceProperty Value
StringSee Also