C# 클래스 Headless.MemoryHtmlPage

The MemoryHtmlPage class provides a HtmlPage created from a string of HTML rather than the result of a browser request.
상속: HtmlPage
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
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