C# 클래스 DemoSite.Models.Pages.ProductListPage

상속: CmsPage, IPageExtender
파일 보기 프로젝트 열기: KalikoCMS/DemoSite.Mvc

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