Interface IHtmlDataElement
- Namespace
- AngleSharp.Html.Dom
- Assembly
- AngleSharp.dll
Represents the data HTML element.
[DomName("HTMLDataElement")]
public interface IHtmlDataElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
- Inherited Members
- Extension Methods
Properties
Value
Gets or sets the machine readable value.
[DomName("value")]
string? Value { get; set; }