C# Class HttpGhost.Html.Element

Afficher le fichier Open project: vinntreus/HttpGhost

Protected Properties

Свойство Type Description
Node HtmlAgilityPack.HtmlNode

Méthodes publiques

Méthode Description
Element ( HtmlNode node ) : HtmlAgilityPack
GetAttribute ( string attribute ) : string
ToString ( ) : string

Method Details

Element() public méthode

public Element ( HtmlNode node ) : HtmlAgilityPack
node HtmlAgilityPack.HtmlNode
Résultat HtmlAgilityPack

GetAttribute() public méthode

public GetAttribute ( string attribute ) : string
attribute string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Node protected_oe property

protected HtmlNode,HtmlAgilityPack Node
Résultat HtmlAgilityPack.HtmlNode