Open Graph support

Are there any examples of, or actual controls that allow displaying Open Graph information e.g. in a Datalist containing URLs?

Such as

<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />

Cheers
Rich

I've managed to get OpenGraph-Net working in Visual Studio, and despite adding the OpenGraph namespace in settings, it complains that it has no idea of the namespace when compiling.

What am I missing?