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

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