MigrationHttpModule Class
Handles URL redirection on a migrated site if the redirection is enabled.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Publishing.MigrationHttpModule
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class MigrationHttpModule _
Implements IHttpModule
'Usage
Dim instance As MigrationHttpModule
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class MigrationHttpModule : IHttpModule
Remarks
Unfied Logging Service (ULS) redirection on a migrated site is disabled by default.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.