I'm trying to create a link in a pdf to another page from a .Net cshtml file. after some research I've found that the best way to go about this seems to be:
<a annots="goto:@pageNumber"> @pageNumber </a>
However, this doesn't seem to do anything when i generate the pdf. Any ideas why?
thanks