Table of Contents

Interface IHtmlDataListElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents the datalist HTML element.

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

Properties

Options

Gets the associated options.

[DomName("options")]
IHtmlCollection<IHtmlOptionElement> Options { get; }

Property Value

IHtmlCollection<IHtmlOptionElement>