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: 10.10.4Syntax
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 |