C# 클래스 Chronozoom.UI.DefaultHttpHandler

Summary description for _default
상속: IHttpHandler
파일 보기 프로젝트 열기: JayBeavers/ChronoZoom

Private Properties

프로퍼티 타입 설명
ComposePage void
GenerateDefaultPage string
PageIsDynamic bool

공개 메소드들

메소드 설명
IsSuperCollectionPresent ( string superCollection ) : bool

Validates if a supercollection is present.

ProcessRequest ( HttpContext context ) : void

비공개 메소드들

메소드 설명
ComposePage ( System.Xml.Linq.XDocument pageRoot, XmlNamespaceManager xmlNamespaceManager, PageInformation pageInformation ) : void
GenerateDefaultPage ( PageInformation pageInformation ) : string
PageIsDynamic ( Uri pageUrl, PageInformation &pageInformation ) : bool

메소드 상세

IsSuperCollectionPresent() 공개 정적인 메소드

Validates if a supercollection is present.
public static IsSuperCollectionPresent ( string superCollection ) : bool
superCollection string
리턴 bool

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void