Table of Contents

Class Context

Namespace
Dynamicweb
Assembly
Dynamicweb.Core.dll

Encapsulates all context specific information about an individual Request

public static class Context
Inheritance
Context
Inherited Members

Properties

ContextAccessor

The context accessor

public static IContextAccessor? ContextAccessor { get; set; }

Property Value

IContextAccessor

Current

Gets or sets the current context

public static IContext? Current { get; set; }

Property Value

IContext

The current context.

To top