| ConfigGetWebRootPath Method |
Gets the root of the current web application, if the engine is used in a web context.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic static string GetWebRootPath()
Public Shared Function GetWebRootPath As String
public:
static String^ GetWebRootPath()
static member GetWebRootPath : unit -> string
Return Value
Type:
StringA path starting and ending with a / for the current web application
See Also