HTMLFieldSetElement public sealed class HTMLFieldSetElement : HTMLFormControlElement Represents the HTML fieldset element. Documentation Code public HTMLFormControlsCollection Elements { get; } Gets the elements belonging to this field set. public string Type { get; } Gets the type of input control (fieldset).