C# Class Headless.HtmlPageWrapper

The HtmlPageWrapper class is used to provide a wrapper for the DynamicHtmlPage to avoid code duplication.
Inheritance: HtmlPage
显示文件 Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
HtmlPageWrapper ( Uri targetLocation ) : System

Initializes a new instance of the HtmlPageWrapper class.

Method Details

HtmlPageWrapper() public method

Initializes a new instance of the HtmlPageWrapper class.
/// The parameter is null. ///
public HtmlPageWrapper ( Uri targetLocation ) : System
targetLocation System.Uri /// The target location. ///
return System