I'm adding Facebook Open Graph meta tag to my site. For example:
<meta property="og:image" content="../images/aa.jpg"/>
Does Open Graph take relative URLs?
Otherwise, how can I convert a relative url to an absolute url in asp.net mvc3 - Is there any available function to do so?