C# Class OpenRasta.Hosting.AspNet.OpenRastaRewriterHandler

Inheritance: IHttpHandler
Datei anzeigen Open project: openrasta/openrasta-hosting-aspnet

Public Methods

Method Description
OpenRastaRewriterHandler ( ) : System.Web
ProcessRequest ( HttpContext context ) : void

Method Details

OpenRastaRewriterHandler() public method

public OpenRastaRewriterHandler ( ) : System.Web
return System.Web

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void