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.

See also

Reference

MigrationHttpModule members

Microsoft.SharePoint.Publishing namespace