C# Class Glimpse.Elmah.Sample.Errors

Afficher le fichier Open project: stevenlauwers22/Glimpse.Elmah

Protected Properties

Свойство Type Description
ExceptionTypeToThrowDropDownList global::System.Web.UI.WebControls.DropDownList
SubmitButton global::System.Web.UI.WebControls.Button
form global::System.Web.UI.HtmlControls.HtmlForm

Méthodes publiques

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

Méthodes protégées

Méthode Description
Page_Load ( 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

SubmitButtonClick() public méthode

public SubmitButtonClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

ExceptionTypeToThrowDropDownList protected_oe property

ExceptionTypeToThrowDropDownList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ExceptionTypeToThrowDropDownList
Résultat global::System.Web.UI.WebControls.DropDownList

SubmitButton protected_oe property

SubmitButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button SubmitButton
Résultat global::System.Web.UI.WebControls.Button

form protected_oe property

form control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form
Résultat global::System.Web.UI.HtmlControls.HtmlForm