Try our conversational search powered by Generative AI!

Class ModuleInitializer

Inheritance
System.Object
ModuleInitializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Modules
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ModuleInitializer

Constructors

ModuleInitializer(IRouteHandler, RouteCollection, ViewEngineCollection, VirtualPathProvider, EPiServerShellSection)

Declaration
[Obsolete("Use the ctor with the options classes instead")]
public ModuleInitializer(IRouteHandler routeHandler, RouteCollection routes, ViewEngineCollection viewEngines, VirtualPathProvider virtualPathProvider, EPiServerShellSection episerverShellConfig)
Parameters
Type Name Description
System.Web.Routing.IRouteHandler routeHandler
System.Web.Routing.RouteCollection routes
System.Web.Mvc.ViewEngineCollection viewEngines
System.Web.Hosting.VirtualPathProvider virtualPathProvider
EPiServerShellSection episerverShellConfig

ModuleInitializer(IRouteHandler, RouteCollection, ViewEngineCollection, VirtualPathProvider, ProtectedModuleOptions)

Declaration
public ModuleInitializer(IRouteHandler routeHandler, RouteCollection routes, ViewEngineCollection viewEngines, VirtualPathProvider virtualPathProvider, ProtectedModuleOptions protectedOptions)
Parameters
Type Name Description
System.Web.Routing.IRouteHandler routeHandler
System.Web.Routing.RouteCollection routes
System.Web.Mvc.ViewEngineCollection viewEngines
System.Web.Hosting.VirtualPathProvider virtualPathProvider
ProtectedModuleOptions protectedOptions

Extension Methods