C# Class newtelligence.DasBlog.Web.BlogRollControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

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

Méthodes publiques

Méthode Description
BlogRollControl ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

BlogRollControl() public méthode

public BlogRollControl ( ) : System
Résultat System

OnInit() protected méthode

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

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
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