MutationRecordTarget Property
Returns the node the mutation affected, depending on the type. For "attributes", it is the element whose attribute changed. For "characterData", it is the CharacterData node. For "childList", it is the node whose children changed.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Node Target { get; }

Property Value

Type: Node
The target.
See Also