C# Класс DemoSite.Models.Pages.ProductListPage

Наследование: CmsPage, IPageExtender
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

HandleRequest() публичный Метод

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
Результат bool