I've taken over management for a website built in Umbraco 7.6.3 and the company that built the system has utilized a traditional .Net MVC using the @Model object. Which means that much of the functionality native to Umbraco is lost.
I need to be able to render images selected using the Media.Picker however the only place that I can find any documentation on accessing that object all require that I use the @Model in umbraco in order to resolve the Url of the selected image.
I'm building the needed section of the pages using a Partial View
Any suggestions would be very very useful to me??!!!
Access to Media Picker without using Model
I've taken over management for a website built in Umbraco 7.6.3 and the company that built the system has utilized a traditional .Net MVC using the @Model object. Which means that much of the functionality native to Umbraco is lost.
I need to be able to render images selected using the Media.Picker however the only place that I can find any documentation on accessing that object all require that I use the @Model in umbraco in order to resolve the Url of the selected image.
I'm building the needed section of the pages using a Partial View
Any suggestions would be very very useful to me??!!!
So I figured this out before anyone had a chance to respond... Here's the solution... didn't realize it would be so simple...
is working on a reply...