PublishingHttpModule.Init Method
Initializes the ASP.NET IHttpModule 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
- app
Type: System.Web.HttpApplication
An object representing the current HttpApplication object.
Implements
IHttpModule.Init(HttpApplication)