Share via


PublishingHttpModule.Init Method

Initializes the ASP.NETIHttpModule interface and registers it to handle the last event before ASP.NET determines whether to place the response in the cache.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Init ( _
    app As HttpApplication _
)
'Usage
Dim instance As PublishingHttpModule
Dim app As HttpApplication

instance.Init(app)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Init(
    HttpApplication app
)

Parameters

Implements

IHttpModule.Init(HttpApplication)

See Also

Reference

PublishingHttpModule Class

PublishingHttpModule Members

Microsoft.SharePoint.Publishing Namespace

PublishingHttpModule