C# 클래스 Engage.Dnn.Events.RespondPage

Code behind for a page that loads the Respond control.
상속: DotNetNuke.Framework.PageBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Events

Private Properties

프로퍼티 타입 설명
AddStylesheet void
LoadStylesheets void
Page_Load void

보호된 메소드들

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

Raises the Control.Init event.

비공개 메소드들

메소드 설명
AddStylesheet ( string id, string path ) : void
LoadStylesheets ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

메소드 상세

OnInit() 보호된 메소드

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void