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
ファイルを表示 Open project: ayende/Subtext

Private Properties

Property Type Description
ConvertToAppPath string
IsAttributeDefined bool

Protected Methods

Method Description
Render ( System writer ) : void

Renders this menu item.

Private Methods

Method Description
ConvertToAppPath ( string path ) : string
IsAttributeDefined ( string name ) : bool

Method Details

Render() protected method

Renders this menu item.
protected Render ( System writer ) : void
writer System Writer.
return void