AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.3" />

.NET API 1,218,560 bytes

 HtmlModElement

Represents the HTML modifier (ins / del) element.
public string Citation { get; set; }

Gets or sets the value that contains a URI of a resource explaining the change.

public string DateTime { get; set; }

Gets or sets the value that contains date-and-time string representing a timestamp for the change.

public HtmlModElement(Document owner)

public HtmlModElement(Document owner, string name, string prefix = null)