Hevea documentation

TextField Constructor (String, String, String)

Constructor.

public TextField(
   string id,
   string caption,
   string initialValue
);

Parameters

id
component identifier
caption
text field caption
initialValue
field initial value

Exceptions

Exception Type Condition
ArgumentNullException id, caption or initialValue is null

See Also

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