C# Class FacebookSharp.Samples.WebApplication.FacebookAuthorize

Afficher le fichier Open project: prabirshrestha/FacebookSharp

Protected Properties

Свойство Type Description
lblAccessToken global::System.Web.UI.WebControls.Literal
lblErrorReason global::System.Web.UI.WebControls.Literal
pnlKO global::System.Web.UI.WebControls.Panel
pnlOK global::System.Web.UI.WebControls.Panel

Méthodes protégées

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

Private Methods

Méthode Description
DisplayAppropriateMesage ( ) : void

Method Details

Page_Load() protected méthode

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

Property Details

lblAccessToken protected_oe property

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

lblErrorReason protected_oe property

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

pnlKO protected_oe property

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

pnlOK protected_oe property

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