C# Class Decision.Common.OpenGraph.ObjectTypes.Standard.OpenGraphWebsite

An object representing a website. This object type is part of the Open Graph standard. See http://ogp.me/
Inheritance: OpenGraphMetadata
Show file Open project: rabbal/Decision

Public Methods

Method Description
OpenGraphWebsite ( string title, OpenGraphImage image, string url = null ) : Decision.Common.OpenGraph.Enums

Initializes a new instance of the OpenGraphWebsite class.

Method Details

OpenGraphWebsite() public method

Initializes a new instance of the OpenGraphWebsite class.
public OpenGraphWebsite ( string title, OpenGraphImage image, string url = null ) : Decision.Common.OpenGraph.Enums
title string The title of the object as it should appear in the graph.
image Decision.Common.OpenGraph.Media.OpenGraphImage The default image.
url string The canonical URL of the object, used as its ID in the graph.
return Decision.Common.OpenGraph.Enums