C# Class OWASP.WebGoat.NET.Content.EFSQLInjection

Afficher le fichier Open project: prevoty/WebGoat.NET

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnFind_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnFind_Click() protected méthode

protected btnFind_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

btnFind protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

ddlOrder protected_oe property

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
Résultat global::System.Web.UI.WebControls.DropDownList

grdEmail protected_oe property

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
Résultat global::System.Web.UI.WebControls.GridView

lblOutput protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

txtOfficeCode protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox