C# Класс 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/
Наследование: OpenGraphMetadata
Показать файл Открыть проект

Открытые методы

Метод Описание
OpenGraphWebsite ( string title, OpenGraphImage image, string url = null ) : Decision.Common.OpenGraph.Enums

Initializes a new instance of the OpenGraphWebsite class.

Описание методов

OpenGraphWebsite() публичный Метод

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.
Результат Decision.Common.OpenGraph.Enums