C# Class Headless.HtmlFile

Inheritance: HtmlFormElement
显示文件 Open project: roryprimrose/Headless

Public Methods

Method Description
HtmlFile ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic

Initializes a new instance of the HtmlFile class.

Protected Methods

Method Description
BuildPostData ( ) : IEnumerable

Method Details

BuildPostData() protected method

protected BuildPostData ( ) : IEnumerable
return IEnumerable

HtmlFile() public method

Initializes a new instance of the HtmlFile class.
/// The parameter is null. /// /// The parameter is null. ///
public HtmlFile ( IHtmlPage page, IXPathNavigable node ) : System.Collections.Generic
page IHtmlPage /// The owning page. ///
node IXPathNavigable /// The node. ///
return System.Collections.Generic