C# Class WebFormsLab.Account.RegisterExternalLogin

Afficher le fichier Open project: Microsoft-Web/HOL-ASPNETWebForms

Protected Properties

Свойство Type Description
userName global::System.Web.UI.WebControls.TextBox
userNameForm global::System.Web.UI.WebControls.PlaceHolder

Méthodes protégées

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

Private Methods

Méthode Description
CreateAndLoginUser ( ) : void
ProcessProviderResult ( ) : void
RedirectToReturnUrl ( ) : void

Method Details

CancelClick() protected méthode

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

LogInClick() protected méthode

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

Page_Load() protected méthode

protected Page_Load ( ) : void
Résultat void

Property Details

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

userNameForm protected_oe property

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