A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IContextModeResolver

Determines the context mode that is currently active

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IContextModeResolver

Properties

CurrentMode

The current context mode

Declaration
ContextMode CurrentMode { get; }
Property Value
Type Description
ContextMode

Extension Methods