Class CatalogNodeModule
Http Module to set the commerce site context.
Inheritance
System.Object
CatalogNodeModule
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.Business.Commerce.HttpModules
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
[Obsolete("This module is no longer needed, SiteContext is automatically initialized. Will remain at least until November 2016.", false)]
public class CatalogNodeModule : IHttpModule
Constructors
CatalogNodeModule()
Declaration
public CatalogNodeModule()
Methods
Dispose()
Disposes of the resources (other than memory) used by the module that implements System.Web.IHttpModule.
Declaration
public void Dispose()
Init(HttpApplication)
Initializes a module and prepares it to handle requests.
Declaration
public void Init(HttpApplication context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpApplication | context | An System.Web.HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application |
Implements
System.Web.IHttpModule