C# Класс Headless.MemoryHtmlPage

The MemoryHtmlPage class provides a HtmlPage created from a string of HTML rather than the result of a browser request.
Наследование: HtmlPage
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MemoryHtmlPage ( IBrowser browser, string html ) : System

Initializes a new instance of the MemoryHtmlPage class.

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

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

Initializes a new instance of the MemoryHtmlPage class.
The parameter is null. The parameter is null, empty or only contains white space.
public MemoryHtmlPage ( IBrowser browser, string html ) : System
browser IBrowser /// The browser. ///
html string /// The HTML. ///
Результат System