Table of Contents

Interface IHtmlLegendElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents the legend HTML element.

[DomName("HTMLLegendElement")]
public interface IHtmlLegendElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Inherited Members
Extension Methods

Properties

Form

Gets the associated form element, if any.

[DomName("form")]
IHtmlFormElement? Form { get; }

Property Value

IHtmlFormElement