Method | Description | |
---|---|---|
OpenGraphMusicSong ( string title, |
Initializes a new instance of the OpenGraphMusicSong class.
|
|
ToString ( StringBuilder stringBuilder ) : void |
Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
|
public OpenGraphMusicSong ( string title, |
||
title | string | The title of the object as it should appear in the graph. |
image | The default image. | |
albumUrls | IEnumerable |
The URL's to the pages about the album the song comes from. This URL's must contain profile meta tags |
url | string | The canonical URL of the object, used as its ID in the graph. |
return | System |
public ToString ( StringBuilder stringBuilder ) : void | ||
stringBuilder | StringBuilder | The string builder. |
return | void |