C# Class Headless.HtmlPageWrapper

The HtmlPageWrapper class is used to provide a wrapper for the DynamicHtmlPage to avoid code duplication.
Inheritance: HtmlPage
Afficher le fichier Open project: roryprimrose/Headless Class Usage Examples

Méthodes publiques

Méthode Description
HtmlPageWrapper ( Uri targetLocation ) : System

Initializes a new instance of the HtmlPageWrapper class.

Method Details

HtmlPageWrapper() public méthode

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