FormEditor.Add

FormEditor.Add<T> method

Creates a new HTMLElement and adds it to the end of the form.

public T Add<T>(string name)
    where T : FormElement
ParameterDescription
TType of form element
nameName of the element

Return Value

A new instance of form element

See Also