Method | Description | |
---|---|---|
GooglePageView ( string pageTitle, string domainName, string url ) : System |
Initializes a new instance of the GooglePageView class.
|
|
Validate ( ) : void |
Validates this instance.
|
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) |
return | System |