C# Class EternalPlay.Technomonk.Web.ContentPage

Base page for all Technomonk content pages
Inheritance: BasePage
Afficher le fichier Open project: EternalPlay/Technomonk Class Usage Examples

Méthodes protégées

Méthode Description
OnPreInit ( EventArgs e ) : void

Perform pre initialization specific activities 1. Master Page manipulation 2. Theme manipulation

Private Methods

Méthode Description
InitializeTheme ( ContentPage page ) : void

Initializes the theme for the page.

Method Details

OnPreInit() protected méthode

Perform pre initialization specific activities 1. Master Page manipulation 2. Theme manipulation
protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
Résultat void