C# Class ExampleOpenSocialProvider.Login

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: bittercoder/DevDefined.OAuth-Examples

Protected Properties

Свойство Type Description
FailureText global::System.Web.UI.WebControls.Literal
LoginButton global::System.Web.UI.WebControls.Button
Password global::System.Web.UI.WebControls.TextBox
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RememberMe global::System.Web.UI.WebControls.CheckBox
UserName global::System.Web.UI.WebControls.TextBox
UserNameLabel global::System.Web.UI.WebControls.Label
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator

Méthodes protégées

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

Method Details

LoginButton_Click() protected méthode

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

Property Details

FailureText protected_oe property

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

LoginButton protected_oe property

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

Password protected_oe property

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

PasswordLabel protected_oe property

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

PasswordRequired protected_oe property

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

RememberMe protected_oe property

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

UserName protected_oe property

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

UserNameLabel protected_oe property

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

UserNameRequired protected_oe property

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