SaaS CMS has officially launched! Learn more now.

Interface IPageRouteHelper

Provides information about the routed page and content of the current web request.

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public interface IPageRouteHelper : IContentRouteHelper

Properties

Page

Gets the current routed page.

Declaration
PageData Page { get; }
Property Value
Type Description
PageData
Remarks

The property will be set the first time it gets called, and cached for the current instance.

>

Gets the page link for the current routed page.

Declaration
PageReference PageLink { get; }
Property Value
Type Description
PageReference

Extension Methods