C# Class newtelligence.DasBlog.Web.Error

Inheritance: SharedBasePage, IPageFormatInfo
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство Type Description
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder

Méthodes publiques

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

Méthodes protégées

Méthode Description
LoadEntries ( ) : EntryCollection
OnInit ( EventArgs e ) : void

Method Details

Error_Load() public méthode

public Error_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

InitializeComponent() public méthode

public InitializeComponent ( ) : void
Résultat void

LoadEntries() protected méthode

protected LoadEntries ( ) : EntryCollection
Résultat EntryCollection

OnInit() protected méthode

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

Property Details

contentPlaceHolder protected_oe property

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