HtmlDocument Type
Static members
| Static member |
Description
|
Full Usage:
HtmlDocument.New(children)
Parameters:
HtmlNode seq
-
The child elements of this document
Returns: HtmlDocument
|
Creates an html document
|
Full Usage:
HtmlDocument.New(docType, children)
Parameters:
string
-
The document type specifier string
children : HtmlNode seq
-
The child elements of this document
Returns: HtmlDocument
|
Creates an html document
|
FSharp.Data