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