FormField

FormField class

Describe one field of form.

Constructors

NameDescription
FormField (3 overloads)Create instance of form field.

Methods

NameDescription
get_IdGet or set Id of field.
get_InputTypeGet or set input type of field.
get_IsRequiredGet or set value that define field as required.
get_LabelGet or set label of field.
get_NameGet or set name of field.
get_PlaceholderGet or set placeholder of field.
get_ValueGet or set value of field.
set_IdGet or set Id of field.
set_InputTypeGet or set input type of field.
set_IsRequiredGet or set value that define field as required.
set_LabelGet or set label of field.
set_NameGet or set name of field.
set_PlaceholderGet or set placeholder of field.
set_ValueGet or set value of field.
ToAmpHtmlRepresents amp html version of field.
ToHtmlRepresents html version of field.