C# Class RCL.Web.Pages.PageBase

최상위 PageBase
Inheritance: System.Web.UI.Page
ファイルを表示 Open project: debop/NFramework

Public Methods

Method Description
GetMasterPageFile ( ) : string

마스터 페이지를 리턴한다. OnInit 시 호출되어 할당함

Protected Methods

Method Description
OnPreInit ( EventArgs e ) : void

페이지를 초기화

Method Details

GetMasterPageFile() public method

마스터 페이지를 리턴한다. OnInit 시 호출되어 할당함
public GetMasterPageFile ( ) : string
return string

OnPreInit() protected method

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