Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
app
Type: System.Web.HttpApplicationAn object representing the current HttpApplication object.
Implements
IHttpModule.Init(HttpApplication)