LoadHtmlAsXml Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodLoadHtmlAsXml(String, XmlTextWriter)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter.
Public methodLoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.
Public methodLoadHtmlAsXml(String, String, XsltArgumentList, XmlTextWriter, String)
Loads an HTML document from an Internet resource and saves it to the specified XmlTextWriter, after an XSLT transformation.

See Also