C# Класс Engage.Dnn.Events.RespondPage

Code behind for a page that loads the Respond control.
Наследование: DotNetNuke.Framework.PageBase
Показать файл Открыть проект

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