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

Inheritance: IBlogSharpHttpModule
Afficher le fichier Open project: BlogSharp/Blogsharp

Méthodes publiques

Méthode Description
BlogContextModule ( IBlogRepository blogRepository ) : System
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Méthodes protégées

Méthode Description
HandleBeginRequest ( object sender, EventArgs e ) : void

Method Details

BlogContextModule() public méthode

public BlogContextModule ( IBlogRepository blogRepository ) : System
blogRepository IBlogRepository
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandleBeginRequest() protected méthode

protected HandleBeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void