Click or drag to resize
NormalizedUrlPath Class
Normalized URL path used for routing feature.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.InternalNormalizedUrlPath

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class NormalizedUrlPath

The NormalizedUrlPath type exposes the following members.

Constructors
  NameDescription
Public methodNormalizedUrlPath
Initializes a new instance of NormalizedUrlPath.
Top
Properties
  NameDescription
Public propertyPath
Gets normalized URL path.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also