PagePorter Class Library

FpLinkBar.WriteHomeButton Method 

Writes the "Home" menu button.

[Visual Basic]
Protected Sub WriteHomeButton( _
   ByVal output As HtmlTextWriter, _
   ByVal requestPageID As Integer _
)
[C#]
protected void WriteHomeButton(
   HtmlTextWriter output,
   int requestPageID
);

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
requestPageID
The page ID of the requested page.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace