| ConfigLoaderConfigurationSectionGetWebRootPath Method |
In a web context, gets the application's root path ("/", "/myapplication/", etc.)
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic abstract string GetWebRootPath()
Public MustOverride Function GetWebRootPath As String
public:
virtual String^ GetWebRootPath() abstract
abstract GetWebRootPath : unit -> string
Return Value
Type:
StringThe path of the application as seen from the web client
See Also