Hevea documentation

WebPage.Add Method 

Adds a component on the page.

public void Add(
   WebComponent component
);

Parameters

component
component to add

Exceptions

Exception Type Condition
ArgumentNullException the component parameter is missing

See Also

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