HtmlList<'ItemType> Type
Underlying representation of list types generated by HtmlProvider
Instance members
Instance member | Description |
|
|
Full Usage:
this.Name
Returns: string
|
|
Full Usage:
this.Values
Returns: 'ItemType[]
|
|
Static members
Static member | Description |
Full Usage:
HtmlList.Create(rowConverter, doc, id)
Parameters:
Func<string, 'ItemType>
doc : HtmlDocument
id : string
Returns: HtmlList<'ItemType>
|
|
Full Usage:
HtmlList.CreateNested(rowConverter, doc, id, index)
Parameters:
Func<string, 'ItemType>
doc : HtmlDocument
id : string
index : int
Returns: HtmlList<'ItemType>
|
|