MutationRecordType Property |
Returns "attributes" if it was an attribute mutation, "characterData" if it was a mutation to a CharacterData node and "childList" if it was a mutation to the tree of nodes.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Type { get; }
Public ReadOnly Property Type As String
Get
public:
property String^ Type {
String^ get ();
}
member Type : string with get
Property Value
Type:
String
The type.
See Also