HtmlAutoOpens Module
Type extensions
| Type extension |
Description
|
Full Usage:
HtmlDocument.AsyncLoad(uri, ?encoding)
Parameters:
string
?encoding : Encoding
Returns: Async<HtmlDocument>
|
Loads HTML from the specified uri asynchronously
Extended Type:
|
|
Loads HTML from the specified stream
Extended Type:
|
|
Loads HTML from the specified reader
Extended Type:
|
Full Usage:
HtmlDocument.Load(uri, ?encoding)
Parameters:
string
?encoding : Encoding
Returns: HtmlDocument
|
Loads HTML from the specified uri
Extended Type:
|
|
|
|
|
Full Usage:
HtmlNode.ParseRooted(rootName, text)
Parameters:
string
text : string
Returns: HtmlNode
|
FSharp.Data