HtmlNode Type
Static members
Static member | Description |
Full Usage:
HtmlNode.NewCData(content)
Parameters:
string
-
The actual content
Returns: HtmlNode
|
|
Full Usage:
HtmlNode.NewComment(content)
Parameters:
string
-
The actual content
Returns: HtmlNode
|
|
|
|
|
|
Full Usage:
HtmlNode.NewElement(name, attrs)
Parameters:
string
-
The name of the element
attrs : (string * string) seq
-
The HtmlAttribute(s) of the element
Returns: HtmlNode
|
|
Full Usage:
HtmlNode.NewElement(name)
Parameters:
string
-
The name of the element
Returns: HtmlNode
|
|
Full Usage:
HtmlNode.NewText(content)
Parameters:
string
-
The actual content
Returns: HtmlNode
|