Stores objects created at one point during the request processing that can be used later (session manager, etc.).
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Dictionary<string, Object> Context { get; }Public ReadOnly Property Context As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ Context {
Dictionary<String^, Object^>^ get ();
}member Context : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
Object
A dictionary containing the context objects by name.
See Also