Hevea documentation

Button Constructor (String, String, String)

Constructor.

public Button(
   string id,
   string caption,
   string imageUrl
);

Parameters

id
component identifier
caption
button caption
imageUrl
Url of the button image

Exceptions

Exception Type Condition
ArgumentNullException id or caption is null

See Also

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