C# 클래스 BlogSharp.Core.Impl.Web.Modules.StartUpInstallerModule

상속: IBlogSharpHttpModule
파일 보기 프로젝트 열기: BlogSharp/Blogsharp

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
StartUpInstallerModule ( IStartupInstaller installer ) : System

비공개 메소드들

메소드 설명
HandleBeginRequest ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

StartUpInstallerModule() 공개 메소드

public StartUpInstallerModule ( IStartupInstaller installer ) : System
installer IStartupInstaller
리턴 System