Method | Description | |
---|---|---|
Comment ( string data, string baseUri ) : System.Text |
Create a new comment node.
|
|
GetData ( ) : string |
Get the contents of the comment.
|
|
OuterHtmlHead ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void | ||
OuterHtmlTail ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void | ||
ToString ( ) : string |
public Comment ( string data, string baseUri ) : System.Text | ||
data | string | The contents of the comment |
baseUri | string | base URI |
return | System.Text |
public OuterHtmlHead ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void | ||
accum | StringBuilder | |
depth | int | |
output | NSoup.Nodes.OutputSettings | |
return | void |
public OuterHtmlTail ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void | ||
accum | StringBuilder | |
depth | int | |
output | NSoup.Nodes.OutputSettings | |
return | void |