Click or drag to resize
PageUrl Class
Encapsulates page relative path and absolute URL.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcPageUrl

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class PageUrl

The PageUrl type exposes the following members.

Constructors
  NameDescription
Public methodPageUrl
Top
Properties
  NameDescription
Public propertyAbsoluteUrl
Absolute URL of the page.
Public propertyRelativePath
Relative path (starting with ~/) of the page.
Top
See Also