C# 클래스 Admin.Menu

상속: AdvantShop.Controls.AdvantShopAdminPage
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
AddItem ( string text, string url ) : void

Adds the item.

보호된 메소드들

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

Raises the E:System.Web.UI.Control.Load event.

비공개 메소드들

메소드 설명
BindMenu ( ) : void

The bind menu.

SubUrl ( string url, bool isFromCurrentHttpRequest ) : string

Gets the sub URL.

메소드 상세

AddItem() 공개 메소드

Adds the item.
public AddItem ( string text, string url ) : void
text string /// The text string. ///
url string /// The URL string. ///
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs /// The object that contains the event data. ///
리턴 void