C# Class Hd.Web.Extensions.PersisterBasePage

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
FindControl ( string id ) : Control
HandleError ( object sender, EventArgs args ) : void

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Method Details

FindControl() public méthode

public FindControl ( string id ) : Control
id string
Résultat System.Web.UI.Control

HandleError() public méthode

public HandleError ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void