AngleSharp by AngleSharp

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

.NET API 886,784 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, string name = null, string prefix = null)