London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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