C# Class BlogSharp.Core.Impl.Web.Modules.BlogContextModule

Inheritance: IBlogSharpHttpModule
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method Description
BlogContextModule ( IBlogRepository blogRepository ) : System
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Protected Methods

Method Description
HandleBeginRequest ( object sender, EventArgs e ) : void

Method Details

BlogContextModule() public method

public BlogContextModule ( IBlogRepository blogRepository ) : System
blogRepository IBlogRepository
return System

Dispose() public method

public Dispose ( ) : void
return void

HandleBeginRequest() protected method

protected HandleBeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Init() public method

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