SaaS CMS has officially launched! Learn more now.

Interface IContextModeResolver

Determines the context mode that is currently active

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

Properties

CurrentMode

The current context mode

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

Extension Methods