SaaS CMS has officially launched! Learn more now.

Enum ShellModuleViewEngine

Specifies the different ViewEngines that are supported for modules.

Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public enum ShellModuleViewEngine

Fields

Name Description
None

The module should not register any view engine

Razor

The module uses Razor views

WebForm

The module uses WebForm views

Extension Methods