C# Class RCL.Web.Pages.NonAuthenticationPageBase

보안 검사 (사용자 인증)을 수행하지 않고, 모든 요청에 응답하는 웹 페이지입니다.
Inheritance: PageBase
ファイルを表示 Open project: debop/NFramework

Protected Methods

Method Description
LoginProcess ( ) : bool

로그인 처리

OnInit ( EventArgs e ) : void

페이지를 초기화

WriteAccessHistory ( ) : void

페이지 접근 이력을 작성합니다.

Method Details

LoginProcess() protected method

로그인 처리
protected LoginProcess ( ) : bool
return bool

OnInit() protected method

페이지를 초기화
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

WriteAccessHistory() protected method

페이지 접근 이력을 작성합니다.
protected WriteAccessHistory ( ) : void
return void