| AppDomainConfigLoaderConfigurationSectionGetWebRootPath Method |
Returns "/"; does not make sense since this class is to be used in a non web context.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic override string GetWebRootPath()
Public Overrides Function GetWebRootPath As String
public:
virtual String^ GetWebRootPath() override
abstract GetWebRootPath : unit -> string
override GetWebRootPath : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:Activsoft.Engine.AppDomainConfigLoaderConfigurationSection.GetWebRootPath"]
See Also