C# 클래스 Headless.UnitTests.HtmlPageStub

The HtmlPageStub class is used to test HTML page functionality.
상속: HtmlPage
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
HtmlPageStub ( string htmlContent ) : System

Initializes a new instance of the HtmlPageStub class.

메소드 상세

HtmlPageStub() 공개 메소드

Initializes a new instance of the HtmlPageStub class.
public HtmlPageStub ( string htmlContent ) : System
htmlContent string /// Content of the HTML. ///
리턴 System