PageUrlNormalization.SetUrl Method (PageUrlNormalizationOption, String )
Allows the caller to pass in the modifier option and parameter list. The calculated URL is then stored in the cache.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub SetUrl ( _
option As PageUrlNormalizationOption, _
ParamArray parameters As String() _
)
'Usage
Dim option As PageUrlNormalizationOption
Dim parameters As String()
PageUrlNormalization.SetUrl(option, parameters)
public static void SetUrl(
PageUrlNormalizationOption option,
params string[] parameters
)
Parameters
option
Type: Microsoft.SharePoint.Utilities.PageUrlNormalizationOptionAn object that represents the option that controls how the parameters array is used.
parameters
Type: []An array of strings that represent the parameters.