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

Enum ContextMode

Specified which mode the context are rendered in.

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum ContextMode

Fields

Name Description
Default

View mode.

Edit

Edit mode.

Preview

Preview mode when editing.

Undefined

Context has not been defined.

Extension Methods