I've created a custom skin template for my products and in my header I want to list the fully qualified URL in a metatag for facebook like this:
<meta property="og:url" content="(!PAGEURL!)" />
However, th PAGEURL variable returns something like "showproduct.aspx/?productid=2&SEName=..... instead of the SEO rewritten url: http://www.cm4.com/shop/p-2-dsi-case...tendo-dsi.aspx
How can I access this URL in my customtemplate.ascx file?