C# Класс DemoSite.Login

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

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

Свойство Тип Описание
Email global::System.Web.UI.WebControls.TextBox
ErrorMessage global::System.Web.UI.WebControls.PlaceHolder
FailureText global::System.Web.UI.WebControls.Literal
LoginForm global::System.Web.UI.HtmlControls.HtmlForm
Password global::System.Web.UI.WebControls.TextBox
RememberMe global::System.Web.UI.WebControls.CheckBox

Открытые методы

Метод Описание
RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void

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

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

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

Метод Описание
IsLocalUrl ( string url ) : bool

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

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

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

RedirectToReturnUrl() публичный статический Метод

public static RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void
returnUrl string
response System.Web.HttpResponse
Результат void

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

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

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

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

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

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

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

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

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

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