C# Class RCL.Web.Pages.DefaultPageBase

Web Application의 기본 Page class 입니다. 모든 웹 Application Page는 이 클래스를 상속해야 합니다.
Inheritance: NonAuthenticationPageBase
ファイルを表示 Open project: debop/NFramework

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

페이지 초기화를 수행하는 메소드입니다.

Private Methods

Method Description
CheckUserLogin ( ) : bool

Method Details

OnInit() protected method

페이지 초기화를 수행하는 메소드입니다.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void