CookieEncryptionModuleInit Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Initializes a module and prepares it to handle requests.

Namespace: ContentStudio.Site.HttpModules
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void Init(
	HttpApplication context
)

Parameters

context
Type: System.WebHttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application

Implements

IHttpModuleInit(HttpApplication)
See Also

Reference