SPAlternateUrlCollectionManager.RebaseUriWithAlternateUri method (Uri, Nullable<SPUrlZone>)

Replaces the scheme, host, and port of the specified URI with the alternate access URI for the specified zone.

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

Syntax

'Declaration
Public Function RebaseUriWithAlternateUri ( _
    requestUri As Uri, _
    desiredZone As Nullable(Of SPUrlZone) _
) As Uri
'Usage
Dim instance As SPAlternateUrlCollectionManager
Dim requestUri As Uri
Dim desiredZone As Nullable(Of SPUrlZone)
Dim returnValue As Uri

returnValue = instance.RebaseUriWithAlternateUri(requestUri, _
    desiredZone)
public Uri RebaseUriWithAlternateUri(
    Uri requestUri,
    Nullable<SPUrlZone> desiredZone
)

Parameters

  • requestUri
    Type: System.Uri

    A System.Uri object that specifies the request URI to rebuild using the correct response URI base.

Return value

Type: System.Uri
A System.Uri object that represents the mapped alternate access URI.

See also

Reference

SPAlternateUrlCollectionManager class

SPAlternateUrlCollectionManager members

RebaseUriWithAlternateUri overload

Microsoft.SharePoint.Administration namespace