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.UriA System.Uri object that specifies the request URI to rebuild using the correct response URI base.
desiredZone
Type: System.Nullable<SPUrlZone>A Microsoft.SharePoint.Administration.SPUrlZone value that specifies the zone of the response URI.
Return value
Type: System.Uri
A System.Uri object that represents the mapped alternate access URI.
See also
Reference
SPAlternateUrlCollectionManager class
SPAlternateUrlCollectionManager members