Table of Contents

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; }

Property Value

IContext
To top