SaaS CMS has officially launched! Learn more now.

Class InitializationModule

Inheritance
System.Object
InitializationModule
Implements
System.Web.IHttpModule
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.Framework.Initialization
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public class InitializationModule : IHttpModule

Constructors

InitializationModule()

Declaration
public InitializationModule()

Properties

Assemblies

Declaration
public static AssemblyList Assemblies { get; set; }
Property Value
Type Description
AssemblyList

Methods

Dispose()

Declaration
public void Dispose()

FrameworkInitialization(HostType)

Declaration
public static void FrameworkInitialization(HostType hostType)
Parameters
Type Name Description
HostType hostType

FrameworkUninitialize()

Declaration
public static void FrameworkUninitialize()

Init(HttpApplication)

Declaration
public void Init(HttpApplication context)
Parameters
Type Name Description
System.Web.HttpApplication context

Implements

System.Web.IHttpModule