C# Class DemoSite.Models.Pages.ProductListPage

Inheritance: CmsPage, IPageExtender
Exibir arquivo Open project: KalikoCMS/DemoSite.Mvc

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return bool