Hevea documentation

Label Constructor (String, String)

Constructor.

public Label(
   string id,
   string caption
);

Parameters

id
component identifier
caption
label caption

Exceptions

Exception Type Condition
ArgumentNullException id or caption is null

See Also

Label Class | Hevea.Core.Http.Html.UI Namespace | Label Constructor Overload List