C# Class FacebookPublishingASPnetWebForms.Status.update

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: nickpinheiro/FacebookPublishingASPnetWebForms

Protected Properties

Свойство Type Description
Button1 global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
TextBox1 global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes publiques

Méthode Description
GetFacebookAccessToken ( string code ) : string

Méthodes protégées

Méthode Description
AppendQueryString ( string key, string value ) : string
Button1_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

AppendQueryString() protected static méthode

protected static AppendQueryString ( string key, string value ) : string
key string
value string
Résultat string

Button1_Click() protected méthode

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

GetFacebookAccessToken() public méthode

public GetFacebookAccessToken ( string code ) : string
code string
Résultat string

Page_Load() protected méthode

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

Property Details

Button1 protected_oe property

Button1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button1
Résultat global::System.Web.UI.WebControls.Button

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
Résultat global::System.Web.UI.WebControls.Label

TextBox1 protected_oe property

TextBox1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBox1
Résultat global::System.Web.UI.WebControls.TextBox

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm