Interface IPageRouteHelper
Provides information about the routed page and content of the current web request.
Inherited Members
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
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.
>PageLink
Gets the page link for the current routed page.
Declaration
PageReference PageLink { get; }
Property Value
Type | Description |
---|---|
PageReference |