C# Class RCL.Web.Pages.PageBase

최상위 PageBase
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
GetMasterPageFile ( ) : string

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

Méthodes protégées

Méthode Description
OnPreInit ( EventArgs e ) : void

페이지를 초기화

Method Details

GetMasterPageFile() public méthode

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

OnPreInit() protected méthode

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