Header menu logo FSharp.Data

HtmlDocument Type

Static members

Static member Description

HtmlDocument.New(children)

Full Usage: HtmlDocument.New(children)

Parameters:
    children : HtmlNode seq - The child elements of this document

Returns: HtmlDocument

Creates an html document

children : HtmlNode seq

The child elements of this document

Returns: HtmlDocument

HtmlDocument.New(docType, children)

Full Usage: HtmlDocument.New(docType, children)

Parameters:
    docType : string - The document type specifier string
    children : HtmlNode seq - The child elements of this document

Returns: HtmlDocument

Creates an html document

docType : string

The document type specifier string

children : HtmlNode seq

The child elements of this document

Returns: HtmlDocument

Type something to start searching.