C# Класс OWASP.WebGoat.NET.Content.EFSQLInjection

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

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

Свойство Тип Описание
btnFind global::System.Web.UI.WebControls.Button
ddlOrder global::System.Web.UI.WebControls.DropDownList
grdEmail global::System.Web.UI.WebControls.GridView
lblOutput global::System.Web.UI.WebControls.Label
txtOfficeCode global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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