C# Class Plovr.Modules.ConfigHandler

Inheritance: Handler
Exibir arquivo Open project: hikirsch/Plovr.NET

Public Methods

Method Description
ConfigHandler ( HttpContext context ) : System.Text.RegularExpressions
Run ( ) : void

Protected Methods

Method 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 method

public ConfigHandler ( HttpContext context ) : System.Text.RegularExpressions
context System.Web.HttpContext
return System.Text.RegularExpressions

GetIdFromUri() protected method

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
return string

Run() public method

public Run ( ) : void
return void