PageUrlNormalization Class

Normalizes URLs to ensure equivalence between different forms of the same URL.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Utilities.PageUrlNormalization

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public NotInheritable Class PageUrlNormalization
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class PageUrlNormalization

Remarks

This is a utility class for dealing with URLs in a normalized way. It provides options for how parameters are handled. It also internally handles alternate access mapping and Microsoft Office Web Application Companion (WAC) URLs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PageUrlNormalization Members

Microsoft.SharePoint.Utilities Namespace

[T:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption)]