To refer to a specific location on the mirror page with an anchor in an email's HTML, I attempted to use the following codes:
<a href="<%@ include fragment='MirrorPageUrl' %>#vraag2a
<a href="<%@ include view='MirrorPageUrl' %>#vraag2a
<a href="<%@ include view='MirrorPage' %>#vraag2a
However, this did not work due to the '<%@ include view='MirrorPage' %> portion. It does work with a normal URL. Does anyone have a solution to fix this issue in HTML?