C# Class Subtext.Web.Controls.MenuItem

Simple control used to render an anchor tag surrounded by a list item tag for purposes of creating a menu. It will not render an HREF when the HREF points to the same page this page references.
Inheritance: System.Web.UI.HtmlControls.HtmlContainerControl
Afficher le fichier Open project: ayende/Subtext

Private Properties

Свойство Type Description
ConvertToAppPath string
IsAttributeDefined bool

Méthodes protégées

Méthode Description
Render ( System writer ) : void

Renders this menu item.

Private Methods

Méthode Description
ConvertToAppPath ( string path ) : string
IsAttributeDefined ( string name ) : bool

Method Details

Render() protected méthode

Renders this menu item.
protected Render ( System writer ) : void
writer System Writer.
Résultat void