Click or drag to resize
NormalizedPresentationUrl Class
Normalized presentation URL.
Inheritance Hierarchy
SystemObject
  CMS.SiteProvider.InternalNormalizedPresentationUrl

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

The NormalizedPresentationUrl type exposes the following members.

Properties
  NameDescription
Public propertyUrl
Gets normalized presentation URL.
Top
Methods
  NameDescription
Public methodMatches
Indicates if the given URL starts with presentation URL.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also