C# Класс Decision.Common.OpenGraph.ObjectTypes.Facebook.OpenGraphProductGroup

This object type represents a group of product items. This object type is not part of the Open Graph standard but is used by Facebook. See https://developers.facebook.com/docs/reference/opengraph/object-type/product.group/
Наследование: OpenGraphMetadata
Показать файл Открыть проект

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

Метод Описание
OpenGraphProductGroup ( string title, OpenGraphImage image, string url = null ) : System.Text

Initializes a new instance of the OpenGraphProductGroup class.

ToString ( StringBuilder stringBuilder ) : void

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.

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

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

Initializes a new instance of the OpenGraphProductGroup class.
public OpenGraphProductGroup ( string title, OpenGraphImage image, string url = null ) : System.Text
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.
Результат System.Text

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

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
public ToString ( StringBuilder stringBuilder ) : void
stringBuilder System.Text.StringBuilder The string builder.
Результат void