C# Class Headless.HtmlTableCell

Inheritance: HtmlElement
Afficher le fichier Open project: roryprimrose/Headless

Méthodes publiques

Méthode Description
HtmlTableCell ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath

Initializes a new instance of the HtmlTableCell class.

Method Details

HtmlTableCell() public méthode

Initializes a new instance of the HtmlTableCell class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlTableCell ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
Résultat System.Xml.XPath