C# 클래스 Headless.AnyHtmlElement

상속: HtmlElement
파일 보기 프로젝트 열기: roryprimrose/Headless

공개 메소드들

메소드 설명
AnyHtmlElement ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath

Initializes a new instance of the AnyHtmlElement class.

메소드 상세

AnyHtmlElement() 공개 메소드

Initializes a new instance of the AnyHtmlElement class.
/// The parameter is null. /// /// The parameter is null. ///
public AnyHtmlElement ( IHtmlPage page, IXPathNavigable node ) : System.Xml.XPath
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
리턴 System.Xml.XPath