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.UriA URI that represents the passed URL.