C# Class EternalPlay.Technomonk.Web.ContentPage

Base page for all Technomonk content pages
Inheritance: BasePage
Exibir arquivo Open project: EternalPlay/Technomonk Class Usage Examples

Protected Methods

Method Description
OnPreInit ( EventArgs e ) : void

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

Private Methods

Method Description
InitializeTheme ( ContentPage page ) : void

Initializes the theme for the page.

Method Details

OnPreInit() protected method

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