C# Class HacmeBank_v2_Website.ascx.admin.Fetch_Web_Page

Afficher le fichier Open project: o2platform/Demos_Files

Protected Properties

Свойство Type Description
btFetchWebPage global::System.Web.UI.WebControls.Button
lbWebPageContents global::System.Web.UI.WebControls.Label
txtWebPageUrlToFetch global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btFetchWebPage_Click ( object sender, System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

btFetchWebPage_Click() protected méthode

protected btFetchWebPage_Click ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

btFetchWebPage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

lbWebPageContents protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

txtWebPageUrlToFetch protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox