Hevea documentation

Tab Constructor 

Constructor.

public Tab(
   string id,
   string caption,
   WebPage page
);

Parameters

id
tab identifier
caption
tab title
page
page to display

Exceptions

Exception Type Condition
ArgumentNullException id, caption or page is null

See Also

Tab Class | Hevea.Core.Http.Html.UI Namespace