Hevea documentation

WebPage.GetComponentById Method 

Gets a component of the page from its identifier.

public WebComponent GetComponentById(
   string componentId
);

Parameters

componentId
component identifier

Return Value

the component or null if not found

Exceptions

Exception Type Condition
ArgumentNullException componentId is null

See Also

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