C# Class System.Web.Routing.UrlRoutingModule

Inheritance: System.Web.IHttpModule
Show file Open project: kumpera/mono Class Usage Examples

Protected Methods

Method Description
Dispose ( ) : void
Init ( HttpApplication application ) : void

Private Methods

Method Description
IHttpModule ( ) : void
IHttpModule ( HttpApplication application ) : void
PostMapRequestHandler ( HttpContextBase context ) : void
PostMapRequestHandler ( object o, EventArgs e ) : void
PostResolveRequestCache ( HttpContextBase context ) : void
PostResolveRequestCache ( object o, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( ) : void
return void

Init() protected method

protected Init ( HttpApplication application ) : void
application HttpApplication
return void