C# Класс NewsFeedInput.Login

Показать файл Открыть проект

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

Свойство Тип Описание
btnSubmit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
headerTag global::System.Web.UI.HtmlControls.HtmlGenericControl
lblPassword global::System.Web.UI.WebControls.Label
lblUserName global::System.Web.UI.WebControls.Label
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox
valPassword global::System.Web.UI.WebControls.RequiredFieldValidator
valUserName global::System.Web.UI.WebControls.RequiredFieldValidator

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

Метод Описание
ValidateUser ( ) : bool

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

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

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

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

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

ValidateUser() публичный Метод

public ValidateUser ( ) : bool
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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