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: 13.0.131
Syntax
C#
public sealed class NormalizedAlternativeUrl

The NormalizedAlternativeUrl type exposes the following members.

Properties
  NameDescription
Public propertyNormalizedUrl
Gets normalized url.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Remarks
Regular url can be normalized using NormalizeAlternativeUrl(String) method.
See Also