Table of Contents
RetrieveNodeText Property

Gets or sets a value specifying whether the HTML node text is retrieved so that HtmlElement.InnerText can be used to return the element text.

Syntax
 public Boolean RetrieveNodeText { get; set; }
Remarks

The default value is true.

See Also