Share via


PageUrlNormalization.SetUrl method

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

Overload list

  Name Description
Public methodStatic member SetUrl(Uri) Adds the URI that is passed in to the cache for the current request.
Public methodStatic member SetUrl(PageUrlNormalizationOption) Allows the caller to pass in the PageUrlNormalizationOption object. The calculated URL is then stored in cache.
Public methodStatic member SetUrl(Uri, PageUrlNormalizationOption) Allows the caller to pass in the URL to be normalized and the PageUrlNormalizationOption object. The normalized URL is stored in server cache for that request.
Public methodStatic member SetUrl(PageUrlNormalizationOption, []) Allows the caller to pass in the modifier option and parameter list. The calculated URL is then stored in the cache.
Public methodStatic member SetUrl(Uri, PageUrlNormalizationOption, []) Allows the caller to pass in the URL to be normalized, the modifier option, and parameter list. The normalized URL is stored in server cache for that request.

Top

See also

Reference

PageUrlNormalization class

PageUrlNormalization members

Microsoft.SharePoint.Utilities namespace