PageUrlPathNormalizerNormalize Method |
Namespace: CMS.DocumentEngine.Internal
public static NormalizedUrlPath Normalize( string urlPath )
Following rules are applied
Multiple slashes are replaced by single slash.
Trailing slash is removed.
Query string and anchor is removed.