Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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