C# Class Plovr.Modules.IndexHandler

Inheritance: Handler
Datei anzeigen Open project: hikirsch/Plovr.NET

Public Methods

Method Description
IndexHandler ( HttpContext context ) : System.Collections.Generic
Run ( ) : void

Protected Methods

Method Description
GenerateResponse ( IPlovrProject>.Dictionary allProjects ) : string

Method Details

GenerateResponse() protected method

protected GenerateResponse ( IPlovrProject>.Dictionary allProjects ) : string
allProjects IPlovrProject>.Dictionary
return string

IndexHandler() public method

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

Run() public method

public Run ( ) : void
return void