Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string WholeText { get; }
Public ReadOnly Property WholeText As String
Get
public:
property String^ WholeText {
String^ get ();
}
member WholeText : string with get
Property Value
Type:
String
The whole text.
See Also