C# Class DemoSite.Models.Pages.ProductListPage

Inheritance: CmsPage, IPageExtender
Afficher le fichier Open project: KalikoCMS/DemoSite.Mvc

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HandleRequest ( System.Guid pageId, string remainingSegments ) : bool

This function is required for implementing the IPageExtender interface and will be called in order to verify that the requested Url is a part of the extended page or not.

Method Details

HandleRequest() public méthode

This function is required for implementing the IPageExtender interface and will be called in order to verify that the requested Url is a part of the extended page or not.
public HandleRequest ( System.Guid pageId, string remainingSegments ) : bool
pageId System.Guid The id of the page being extended
remainingSegments string The remaining Url segments from the page and on
Résultat bool