Click or drag to resize
UrlHelperPageExtensions Class
Provides page extension methods for the UrlHelperExtensionPoint.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcUrlHelperPageExtensions

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

The UrlHelperPageExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCurrentPageUrl
Returns URL of the current page.
Public methodStatic memberPageCanonicalUrl
Gets canonical URL of the current page.
Public methodStatic memberPageUrl(UrlHelperExtensionPoint, String, Boolean)
Gets URL of a page with given properties.
Public methodStatic memberPageUrl(UrlHelperExtensionPoint, String, String, String)
Gets URL of a page with given properties.
Top
See Also