C# Class MichaelJBaird.Themes.JQMobile.PostView

Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes protégées

Méthode Description
OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Private Methods

Méthode Description
AddPostHeader ( ) : void

Adds the post header.

Method Details

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
Résultat void

Page_Load() protected méthode

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void