Table of Contents

Interface IHtmlModElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents the mod HTML element.

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

Properties

Citation

Gets the cite HTML attribute, containing a URI of a resource explaining the change.

[DomName("cite")]
string? Citation { get; set; }

Property Value

string

DateTime

Gets the datetime HTML attribute, containing a date-and-time string representing a timestamp for the change.

[DomName("datetime")]
string? DateTime { get; set; }

Property Value

string