C# Class AJH.CMS.WEB.UI.CMSPageBase

Inheritance: System.Web.UI.Page
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Methods

Method Description
InitializeCulture ( ) : void
OnInit ( System e ) : void
OnPreRender ( System e ) : void

Method Details

InitializeCulture() protected method

protected InitializeCulture ( ) : void
return void

OnInit() protected method

protected OnInit ( System e ) : void
e System
return void

OnPreRender() protected method

protected OnPreRender ( System e ) : void
e System
return void