Using the Managed HTML Document Object Model

The managed HTML document object model (DOM) provides a wrapper based on the .NET Framework for the HTML classes exposed by Internet Explorer. Use these classes to manipulate HTML pages hosted in the WebBrowser control, or to build new pages from the beginning.

In This Section

Reference

HtmlDocument

HtmlElement

HtmlWindow

WebBrowser Control (Windows Forms)

See Also

Other Resources

About the DHTML Object Model