C# Class Admin.Menu

Inheritance: AdvantShop.Controls.AdvantShopAdminPage
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes publiques

Méthode Description
AddItem ( string text, string url ) : void

Adds the item.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

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

Private Methods

Méthode Description
BindMenu ( ) : void

The bind menu.

SubUrl ( string url, bool isFromCurrentHttpRequest ) : string

Gets the sub URL.

Method Details

AddItem() public méthode

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

OnLoad() protected méthode

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