by DevComponents - Product Type: Component / .NET Class / 100% Managed Code
Provide the Document Object Model for HTML documents. HtmlDocument class library provides you with the DOM (Document Object Model) for HTML documents. The same way the XmlDocument class provides the DOM for the XML documents the HtmlDocument does that for HTML documents. HtmlDocument library provides the light-weight high-performance HTML Document Object Model engine. HTMLDocument is 100% native .NET framework managed component written in C#.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 97.02 | 1 Developer License | Download (324 KB) | |
| Add to Cart | $ 184.28 | 4 Developer Team License | Download (324 KB) | |
| Add to Cart | $ 291.52 | 10 Developer Team License | Download (324 KB) | |
| Add to Cart | $ 389.03 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Download (324 KB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
HTML
The HtmlDocument class library will accept the standard (not well formed) HTML and create the in-memory tree like document object model from it.
XML
HtmlDocument library will also create the XmlDocument from current HTML DOM so you can use full power provided by XmlDocument class directly on your HTML.