Class ContextCache
Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public abstract class ContextCache : Object
Constructors
ContextCache()
Declaration
protected ContextCache()
Properties
Current
Get the current Context
Declaration
public static ContextCache Current { get; set; }
Property Value
Type | Description |
---|---|
Context |
Remarks
Avoid whenever possible and inject Context
Item[String]
Declaration
public abstract object this[string name] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System. |
name |
Property Value
Type | Description |
---|---|
System. |