C# Class Engage.Dnn.Events.RespondPage

Code behind for a page that loads the Respond control.
Inheritance: DotNetNuke.Framework.PageBase
Afficher le fichier Open project: EngageSoftware/Engage-Events

Private Properties

Свойство Type Description
AddStylesheet void
LoadStylesheets void
Page_Load void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the Control.Init event.

Private Methods

Méthode Description
AddStylesheet ( string id, string path ) : void
LoadStylesheets ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Method Details

OnInit() protected méthode

Raises the Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
Résultat void