C# Class Spartanprogramming.Web.MVC.UrlRoutingModule

Inheritance: IHttpModule
Show file Open project: ciriarte/nwd

Public Methods

Method Description
Demultiplex ( Object sender, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
FindBestRoute ( Uri uri ) : Route

Method Details

Demultiplex() public method

public Demultiplex ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void