The issue I am having is that this worked fine in version 8 of Umbraco but now the LINQ statements are not working, they don't seem to access the model content unless using @model instead of inherit but Umbraco then breaks all over if you do that.
I'm a bit stuck as the other Model. references work just fine
IHtmlHelper not accepting model?
Here is the top part of the code:
The issue I am having is that this worked fine in version 8 of Umbraco but now the LINQ statements are not working, they don't seem to access the model content unless using @model instead of inherit but Umbraco then breaks all over if you do that.
I'm a bit stuck as the other Model. references work just fine
To reiterate, this worked in V8 with almost the exact same code, now it doesn't in 13. Any help is appreciated!
is working on a reply...