This http module handles page requests and links pages (which implement IView interface) to controllers. It also fulfils navigation to the requested view if neccessary.

Namespace:  MVCSharp.Webforms
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public class WebformsViewRequestHandler : IHttpModule
Visual Basic (Declaration)
Public Class WebformsViewRequestHandler _
	Implements IHttpModule
Visual C++
public ref class WebformsViewRequestHandler : IHttpModule

Inheritance Hierarchy

System..::.Object
  MVCSharp.Webforms..::.WebformsViewsManager..::.WebformsViewRequestHandler

See Also