C# Class FacebookSharp.Samples.WebApplication.FacebookAuthorize

ファイルを表示 Open project: prabirshrestha/FacebookSharp

Protected Properties

Property 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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
DisplayAppropriateMesage ( ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Panel