C# 클래스 Ninject.Web.WebControlBase

A WebControl that supports injections.
상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: ninject/Ninject.Web

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

RequestActivation ( ) : void

Asks the kernel to inject this instance.

메소드 상세

OnInit() 보호된 메소드

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

RequestActivation() 보호된 메소드

Asks the kernel to inject this instance.
protected RequestActivation ( ) : void
리턴 void