C# Класс ExampleOAuthChannel.Login

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

Защищенные свойства (Protected)

Свойство Тип Описание
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
form1 global::System.Web.UI.HtmlControls.HtmlForm

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

Метод Описание
LoginButton_Click ( object sender, EventArgs e ) : void

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

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

protected LoginButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

FailureText защищенное свойство

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
Результат global::System.Web.UI.WebControls.Literal

LoginButton защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

Password защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

PasswordLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

PasswordRequired защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

RememberMe защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

UserName защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

UserNameLabel защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

UserNameRequired защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm