Hevea documentation

WebComponent.GetComponentById Method 

Gets a component from its identifier.

public virtual 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

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