Click or drag to resize
ConfigLoaderConfigurationSectionGetWebRootPath Method
In a web context, gets the application's root path ("/", "/myapplication/", etc.)

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public abstract string GetWebRootPath()

Return Value

Type: String
The path of the application as seen from the web client
See Also