CommentTextContent Property |
This attribute returns the text content of this node and its descendants. When it is defined to be null, setting it has no effect. On setting, any possible children this node may have are removed and, if it the new string is not empty or null, replaced by a single Text node containing the string this attribute is set to.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public override string TextContent { get; set; }
Public Overrides Property TextContent As String
Get
Set
public:
virtual property String^ TextContent {
String^ get () override;
void set (String^ value) override;
}
abstract TextContent : string with get, set
override TextContent : string with get, set
Property Value
Type:
String
The content of the text.
See Also