HTMLFormElement.Elements

HTMLFormElement.Elements property

Returns a collection of all form control elements in the form.

public HTMLCollection Elements { get; }

See Also