Share via


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)
Available in Sandboxed Solutions: No

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