SaaS CMS has officially launched! Learn more now.

Interface IFallbackModuleController

Gets a controller that will be used when a module dosn't have a controller.

Namespace: EPiServer.Shell.Modules
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public interface IFallbackModuleController

Properties

ControllerType

The type of the controller that will be used when a module have a view without a controller.

Declaration
Type ControllerType { get; }
Property Value
Type Description
System.Type

Extension Methods