C# 클래스 GaDotNet.Common.Data.GooglePageView

파일 보기 프로젝트 열기: noahsw/highlight-hunter 1 사용 예제들

공개 메소드들

메소드 설명
GooglePageView ( string pageTitle, string domainName, string url ) : System

Initializes a new instance of the GooglePageView class.

Validate ( ) : void

Validates this instance.

메소드 상세

GooglePageView() 공개 메소드

Initializes a new instance of the GooglePageView class.
public GooglePageView ( string pageTitle, string domainName, string url ) : System
pageTitle string The page title. (required)
domainName string domain hostname ie www.yourdomain.com (required)
url string The URL. (required)
리턴 System

Validate() 공개 메소드

Validates this instance.
public Validate ( ) : void
리턴 void