MutationRecord.OldValue
MutationRecord.OldValue property
The return value depends on type. For “attributes”, it is the value of the changed attribute before the change. For “characterData”, it is the data of the changed node before the change. For “childList”, it is null.
public String OldValue { get; }
Property Value
The old value.
See Also
- class MutationRecord
- package com.aspose.html.Dom.Mutations
- package Aspose.HTML