Method | Description | |
---|---|---|
OpenGraph ( this htmlHelper, |
Creates a string containing the Open Graph meta tags (Also used by Facebook). OpenGraphMetadata for more information.
|
|
OpenGraphNamespace ( this htmlHelper, |
Creates a string representing the Open Graph, Facebook and object namespaces. The namespaces are added to the HTML head element.
|
public static OpenGraph ( this htmlHelper, |
||
htmlHelper | this | The HTML helper. |
openGraphMetadata | The open graph metadata. | |
return | IHtmlString |
public static OpenGraphNamespace ( this htmlHelper, |
||
htmlHelper | this | The HTML helper. |
openGraphMetadata | The open graph metadata. | |
return | IHtmlString |