C# Class NSoup.Nodes.Comment

A comment node.
Inheritance: NSoup.Nodes.Node
Afficher le fichier Open project: milenstack/NSoup Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

Comment() public méthode

Create a new comment node.
public Comment ( string data, string baseUri ) : System.Text
data string The contents of the comment
baseUri string base URI
Résultat System.Text

GetData() public méthode

Get the contents of the comment.
public GetData ( ) : string
Résultat string

OuterHtmlHead() public méthode

public OuterHtmlHead ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
accum StringBuilder
depth int
output NSoup.Nodes.OutputSettings
Résultat void

OuterHtmlTail() public méthode

public OuterHtmlTail ( StringBuilder accum, int depth, NSoup.Nodes.OutputSettings output ) : void
accum StringBuilder
depth int
output NSoup.Nodes.OutputSettings
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string