Click or drag to resize
NormalizedAlternativeUrl Class
Class represents url in normalized state used in alternative url feature.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineNormalizedAlternativeUrl

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public sealed class NormalizedAlternativeUrl

The NormalizedAlternativeUrl type exposes the following members.

Properties
  NameDescription
Public propertyNormalizedUrl
Gets normalized url.
Top
Methods
Remarks
Regular url can be normalized using NormalizeAlternativeUrl(String) method.
See Also