C# 클래스 Plovr.Modules.IndexHandler

상속: Handler
파일 보기 프로젝트 열기: hikirsch/Plovr.NET

공개 메소드들

메소드 설명
IndexHandler ( HttpContext context ) : System.Collections.Generic
Run ( ) : void

보호된 메소드들

메소드 설명
GenerateResponse ( IPlovrProject>.Dictionary allProjects ) : string

메소드 상세

GenerateResponse() 보호된 메소드

protected GenerateResponse ( IPlovrProject>.Dictionary allProjects ) : string
allProjects IPlovrProject>.Dictionary
리턴 string

IndexHandler() 공개 메소드

public IndexHandler ( HttpContext context ) : System.Collections.Generic
context System.Web.HttpContext
리턴 System.Collections.Generic

Run() 공개 메소드

public Run ( ) : void
리턴 void