Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic static Config Current { get; }Public Shared ReadOnly Property Current As Config
Get
public:
static property Config^ Current {
Config^ get ();
}static member Current : Config with 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