Click or drag to resize
ConfigContext Property
Stores objects created at one point during the request processing that can be used later (session manager, etc.).

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public Dictionary<string, Object> Context { get; }

Property Value

Type: DictionaryString, Object
A dictionary containing the context objects by name.
See Also