C# 클래스 DotNetNuke.Modules.Admin.Users.ViewProfile

The ViewProfile UserModuleBase is used to view a Users Profile
상속: DotNetNuke.Entities.Modules.UserModuleBase
파일 보기 프로젝트 열기: ucdavis/caesdodnn

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnLoad() 보호된 메소드

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void