PageUrlNormalization.SetUrl method (Uri)

Adds the URI that is passed in to the cache for the current request.

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

Syntax

'Declaration
Public Shared Sub SetUrl ( _
    url As Uri _
)
'Usage
Dim url As UriPageUrlNormalization.SetUrl(url)
public static void SetUrl(
    Uri url
)

Parameters

  • url
    Type: System.Uri

    A URI that represents the passed URL.

See also

Reference

PageUrlNormalization class

PageUrlNormalization members

SetUrl overload

Microsoft.SharePoint.Utilities namespace