Click or drag to resize
RequestUrl Class
Represents a requested URL in the WebView mode.
Inheritance Hierarchy

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class RequestUrl : Entity

The RequestUrl type exposes the following members.

Constructors
  NameDescription
Public methodRequestUrl
Initializes a new instance of the RequestUrl class
Top
Properties
  NameDescription
Public propertyAliasBase
Public propertyAliasParts
Gets an collection of parts of the URL, separated by /
Public propertyDomainAliasId
Gets the unique identifier of the domain alias the URL is associated with.
Public propertyHost
Gets the host part of the absolute URL.
Public propertyItemId
Gets the unique identifier of the item the URL relates to, if any.
Public propertyUrl
Gets the path part of the absolute URL.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also