Share via


ISPCustomRedirectHandler.GetRedirectUrl method

Given a key parameter, return a URL

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

Syntax

'Declaration
Function GetRedirectUrl ( _
    key As String _
) As String
'Usage
Dim instance As ISPCustomRedirectHandler
Dim key As String
Dim returnValue As String

returnValue = instance.GetRedirectUrl(key)
string GetRedirectUrl(
    string key
)

Parameters

  • key
    Type: System.String

    A context parameter to determine which URL to return

Return value

Type: System.String
An absolute URL with alternate access mapping applied

See also

Reference

ISPCustomRedirectHandler interface

ISPCustomRedirectHandler members

Microsoft.SharePoint.Utilities namespace