Interface IContextAccessor
- Namespace
- Dynamicweb.Environment
- Assembly
- Dynamicweb.Environment.dll
Provides access to the current context
public interface IContextAccessor
Properties
Context
Gets or sets the current context
IContext Context { get; set; }