C# Class Decision.Common.OpenGraph.ObjectTypes.Facebook.OpenGraphBooksAuthor

This object represents a single author of a book. 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/books.author/
Inheritance: OpenGraphMetadata
Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
OpenGraphBooksAuthor ( string title, OpenGraphImage image, string url = null ) : System.Collections.Generic

Initializes a new instance of the OpenGraphBooksAuthor class.

ToString ( StringBuilder stringBuilder ) : void

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

Method Details

OpenGraphBooksAuthor() public méthode

Initializes a new instance of the OpenGraphBooksAuthor class.
public OpenGraphBooksAuthor ( string title, OpenGraphImage image, string url = null ) : System.Collections.Generic
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.
Résultat System.Collections.Generic

ToString() public méthode

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.
Résultat void