Sam
05/15/2024, 10:49 AMimage.Image.Url()
or image.Url()
- I get an error.
Any tips/advice would be much appreciated, TIA!
https://cdn.discordapp.com/attachments/1240254835916541954/1240254836541227089/image.png?ex=6645e4d3&is=66449353&hm=d3fdd4e94d9540133141a097d5c4b41aa3464b56493ab16bc65054762424afa2&
https://cdn.discordapp.com/attachments/1240254835916541954/1240254836847546368/image.png?ex=6645e4d3&is=66449353&hm=f841fc296b752a46229c4128deb773ed7358de4c931f4119a9494701fc50d03c&
https://cdn.discordapp.com/attachments/1240254835916541954/1240254837074169918/image.png?ex=6645e4d3&is=66449353&hm=8e5aca92fdd6d2f868e7e2e3060f454fa1d0d6a7f2c6c44ee18d3015045380ae&Matt Wise
05/15/2024, 10:52 AMimage.Url()
? (this is the one Id expect to work)Matt Wise
05/15/2024, 10:55 AM@using Umbraco.Extensions
try adding this to the top of your fileMatt Wise
05/15/2024, 10:56 AMSam
05/15/2024, 10:57 AMViews/_ViewImports.cshtml
- just tried adding it to the Banner partial, but no luck 😦Matt Wise
05/15/2024, 10:57 AMimage.Content.Url()
Sam
05/15/2024, 10:59 AMNik
05/15/2024, 11:43 AMSam
05/15/2024, 12:03 PMNik
05/15/2024, 12:04 PMSam
05/15/2024, 12:07 PMNik
05/15/2024, 12:08 PMSam
05/15/2024, 12:09 PMNik
05/15/2024, 12:11 PMcs
@inherits UmbracoViewPage<IBannerProperties> //Assuming that bannerProperties is the alias for the composition itself
Sam
05/15/2024, 12:24 PM