SPCustomRedirect class

Class that manages custom redirect handler registration, and returning the redirect URL based on registered handlers This allows a fallback mechanism for cases in which redirection using the "Source" parameter is not adequate. An example would be enabling redirection between two web applications with different host names, in which "Source" validation would fail

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Utilities.SPCustomRedirect

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

Syntax

'Declaration
Public NotInheritable Class SPCustomRedirect
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class SPCustomRedirect

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

SPCustomRedirect members

Microsoft.SharePoint.Utilities namespace