Click or drag to resize
ConfigCurrent Property
Returns the current Config instance, according to the ConfigLoaderConfigurationSection.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public static Config Current { get; }

Property Value

Type: Config
Basically, for a web context, there is one Config instance per request, and for an application context, there is one Config instance at all.
See Also