PagePorter Class Library

FpLinkBar.WriteHomeAndUpButtons Method 

Writes the "Home" and "Up" menu buttons.

[Visual Basic]
Protected Sub WriteHomeAndUpButtons( _
   ByVal output As HtmlTextWriter, _
   ByVal requestPageID As Integer _
)
[C#]
protected void WriteHomeAndUpButtons(
   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