C# Class Plovr.Modules.ListHandler

Inheritance: Handler
Afficher le fichier Open project: hikirsch/Plovr.NET

Méthodes publiques

Méthode Description
ListHandler ( HttpContext context ) : System.Collections.Generic
Run ( ) : void

Méthodes protégées

Méthode Description
GenerateResponse ( ) : string

Private Methods

Méthode Description
GetRelativePathOfInputFromProjectId ( string path ) : string

Method Details

GenerateResponse() protected méthode

protected GenerateResponse ( ) : string
Résultat string

ListHandler() public méthode

public ListHandler ( HttpContext context ) : System.Collections.Generic
context System.Web.HttpContext
Résultat System.Collections.Generic

Run() public méthode

public Run ( ) : void
Résultat void