C# Класс RockWeb.Blocks.Security.Login

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

btnHelp_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnHelp control.

btnLogin_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnLogin control. NOTE: This is the btnLogin for Internal Auth

btnNewAccount_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnLogin control.

lbLogin_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbLogin control. NOTE: This is the lbLogin for External/Remote logins

Приватные методы

Метод Описание
DisplayError ( string message ) : void

Displays the error.

LoginUser ( string userName, string returnUrl, bool rememberMe ) : void

Logs in the user.

SendConfirmation ( UserLogin userLogin ) : void

Sends the confirmation.

Описание методов

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

btnHelp_Click() защищенный Метод

Handles the Click event of the btnHelp control.
protected btnHelp_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnLogin_Click() защищенный Метод

Handles the Click event of the btnLogin control. NOTE: This is the btnLogin for Internal Auth
protected btnLogin_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void

btnNewAccount_Click() защищенный Метод

Handles the Click event of the btnLogin control.
protected btnNewAccount_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void

lbLogin_Click() защищенный Метод

Handles the Click event of the lbLogin control. NOTE: This is the lbLogin for External/Remote logins
protected lbLogin_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void