C# 클래스 Plovr.Modules.ListHandler

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GenerateResponse ( ) : string

비공개 메소드들

메소드 설명
GetRelativePathOfInputFromProjectId ( string path ) : string

메소드 상세

GenerateResponse() 보호된 메소드

protected GenerateResponse ( ) : string
리턴 string

ListHandler() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void