C# Class Plovr.Modules.ConfigHandler

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

Méthodes publiques

Méthode Description
ConfigHandler ( HttpContext context ) : System.Text.RegularExpressions
Run ( ) : void

Méthodes protégées

Méthode Description
GetIdFromUri ( ) : string

Override to get ID from the Uri path instead of from the query string. Returns the first path item after "/input/" as the id.

Method Details

ConfigHandler() public méthode

public ConfigHandler ( HttpContext context ) : System.Text.RegularExpressions
context System.Web.HttpContext
Résultat System.Text.RegularExpressions

GetIdFromUri() protected méthode

Override to get ID from the Uri path instead of from the query string. Returns the first path item after "/input/" as the id.
protected GetIdFromUri ( ) : string
Résultat string

Run() public méthode

public Run ( ) : void
Résultat void