C# 클래스 Ninject.Web.NinjectWebHttpApplicationPlugin

The web plugin implementation for MVC
상속: Ninject.Components.NinjectComponent, INinjectHttpApplicationPlugin
파일 보기 프로젝트 열기: ninject/Ninject.Web

공개 메소드들

메소드 설명
GetRequestScope ( IContext context ) : object

Gets the request scope.

NinjectWebHttpApplicationPlugin ( IKernel kernel ) : System.Web

Initializes a new instance of the NinjectWebHttpApplicationPlugin class.

Start ( ) : void

Starts this instance.

Stop ( ) : void

Stops this instance.

메소드 상세

GetRequestScope() 공개 메소드

Gets the request scope.
public GetRequestScope ( IContext context ) : object
context IContext The context.
리턴 object

NinjectWebHttpApplicationPlugin() 공개 메소드

Initializes a new instance of the NinjectWebHttpApplicationPlugin class.
public NinjectWebHttpApplicationPlugin ( IKernel kernel ) : System.Web
kernel IKernel The kernel.
리턴 System.Web

Start() 공개 메소드

Starts this instance.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : void
리턴 void