Header menu logo FSharp.Data

HtmlList<'ItemType> Type

Underlying representation of list types generated by HtmlProvider

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: HtmlNode
Returns: HtmlNode

this.Name

Full Usage: this.Name

Returns: string
Returns: string

this.Values

Full Usage: this.Values

Returns: 'ItemType[]
Returns: 'ItemType[]

Static members

Static member Description

HtmlList.Create(rowConverter, doc, id)

Full Usage: HtmlList.Create(rowConverter, doc, id)

Parameters:
Returns: HtmlList<'ItemType>
rowConverter : Func<string, 'ItemType>
doc : HtmlDocument
id : string
Returns: HtmlList<'ItemType>

HtmlList.CreateNested(rowConverter, doc, id, index)

Full Usage: HtmlList.CreateNested(rowConverter, doc, id, index)

Parameters:
    rowConverter : Func<string, 'ItemType>
    doc : HtmlDocument
    id : string
    index : int

Returns: HtmlList<'ItemType>
rowConverter : Func<string, 'ItemType>
doc : HtmlDocument
id : string
index : int
Returns: HtmlList<'ItemType>

Type something to start searching.