I'm using UmbNav in my project and couldn't find out how to render external links (not Umbraco Content). It seems I need to use the URL property in UmbNavItem model, but it is not accessible for me. Is there any documentation how to get a Link value?
UmbNavItem doesn't contain Link value
Hi,
I'm using UmbNav in my project and couldn't find out how to render external links (not Umbraco Content). It seems I need to use the URL property in UmbNavItem model, but it is not accessible for me. Is there any documentation how to get a Link value?
Thanks!
Have you tried using the .Url() extension?
The .Url property is depreciated.
If you are, could you provide some example code please :)
The documentation can be found here: https://github.com/AaronSadlerUK/Our.Umbraco.UmbNav/blob/develop/docs/integration-guide.md
Hi Aaron - thanks for the quick reply! The .Url() extension works like a charm! Thank you :)
is working on a reply...