C# Класс HacmeBank_v2_Website.ascx.admin.Fetch_Web_Page

Показать файл Открыть проект

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

Свойство Тип Описание
btFetchWebPage global::System.Web.UI.WebControls.Button
lbWebPageContents global::System.Web.UI.WebControls.Label
txtWebPageUrlToFetch global::System.Web.UI.WebControls.TextBox

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

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btFetchWebPage_Click ( object sender, System 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 EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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