Click or drag to resize
ConfigGetWebRootPath Method
Gets the root of the current web application, if the engine is used in a web context.

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

Return Value

Type: String
A path starting and ending with a / for the current web application
See Also