C# 클래스 EternalPlay.Technomonk.Web.ContentPage

Base page for all Technomonk content pages
상속: BasePage
파일 보기 프로젝트 열기: EternalPlay/Technomonk 1 사용 예제들

보호된 메소드들

메소드 설명
OnPreInit ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
InitializeTheme ( ContentPage page ) : void

Initializes the theme for the page.

메소드 상세

OnPreInit() 보호된 메소드

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