C# Класс Subtext.Web.Install.Step03_CreateBlog

Page used to create an initial configuration for the blog.
This page will ONLY be displayed if there are no blog configurations within the database.
Наследование: InstallationBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnQuickCreate global::System.Web.UI.WebControls.Button
hostAdminlink global::System.Web.UI.WebControls.HyperLink
importLink global::System.Web.UI.WebControls.HyperLink

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnImportBlog_Click ( object sender, EventArgs e ) : void
btnQuickCreate_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnImportBlog_Click() защищенный Метод

protected btnImportBlog_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnQuickCreate_Click() защищенный Метод

protected btnQuickCreate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

btnQuickCreate защищенное свойство

btnQuickCreate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnQuickCreate
Результат global::System.Web.UI.WebControls.Button

hostAdminlink защищенное свойство

hostAdminlink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hostAdminlink
Результат global::System.Web.UI.WebControls.HyperLink

importLink защищенное свойство

importLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink importLink
Результат global::System.Web.UI.WebControls.HyperLink