C# Класс Headless.HtmlPageWrapper

The HtmlPageWrapper class is used to provide a wrapper for the DynamicHtmlPage to avoid code duplication.
Наследование: HtmlPage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HtmlPageWrapper ( Uri targetLocation ) : System

Initializes a new instance of the HtmlPageWrapper class.

Описание методов

HtmlPageWrapper() публичный Метод

Initializes a new instance of the HtmlPageWrapper class.
/// The parameter is null. ///
public HtmlPageWrapper ( Uri targetLocation ) : System
targetLocation System.Uri /// The target location. ///
Результат System