Table of Contents

Interface IContextMapper

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Environment.dll
Maps from HttpContext to IContext
[Obsolete("Use IContextAccessor")]
public interface IContextMapper

Methods

GetContext()

Gets the IContext.
IContext GetContext()

Returns

IContext
To top