C# Class Admin.Menu

Inheritance: AdvantShop.Controls.AdvantShopAdminPage
Mostrar archivo Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
AddItem ( string text, string url ) : void

Adds the item.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

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

Private Methods

Method Description
BindMenu ( ) : void

The bind menu.

SubUrl ( string url, bool isFromCurrentHttpRequest ) : string

Gets the sub URL.

Method Details

AddItem() public method

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

OnLoad() protected method

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