Im new to Umbraco and Razor, i have a simple problem where i need to link directly to a external URL / PDF in the top navigation. I have solved the problem in XSLT, but i dont know how to make it work in Razor. Below you can see my XSLT code and below that my Razor code:
Top Navigation with external URL
Hi
Im new to Umbraco and Razor, i have a simple problem where i need to link directly to a external URL / PDF in the top navigation. I have solved the problem in XSLT, but i dont know how to make it work in Razor. Below you can see my XSLT code and below that my Razor code:
Thanks in advance!
XSLT:
Razor:
René,
you should be able to do a
as a replacement for name() = 'externalLinks'
Cheers,
/Dirk
is working on a reply...