C# 클래스 Masonry.Core.Composition.RequestCompositionScopeModule

Provides lifetime management for the CompositionProvider type. This module is automatically injected into the ASP.NET request processing pipeline at startup and should not be called by user code.
상속: IHttpModule
파일 보기 프로젝트 열기: DenisVuyka/Masonry

공개 메소드들

메소드 설명
Dispose ( ) : void

Release resources used by the module.

Init ( System.Web.HttpApplication context ) : void

Initialize the module.

Register ( ) : void

Register the module. This method is automatically called at startup and should not be called by user code.

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

Release resources used by the module.
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

Initialize the module.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication Application in which the module is running.
리턴 void

Register() 공개 정적인 메소드

Register the module. This method is automatically called at startup and should not be called by user code.
public static Register ( ) : void
리턴 void