C# 클래스 Headless.HtmlPageWrapper

The HtmlPageWrapper class is used to provide a wrapper for the DynamicHtmlPage to avoid code duplication.
상속: HtmlPage
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

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