Method | Description | |
---|---|---|
OpenGraphArticle ( string title, |
Initializes a new instance of the OpenGraphArticle class.
|
|
ToString ( StringBuilder stringBuilder ) : void |
Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
|
public OpenGraphArticle ( string title, |
||
title | string | The title of the object as it should appear in the graph. |
image | The default image. | |
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 |