tgjones / dynamic-image

DynamicImage is a high-performance image manipulation library for ASP.NET
http://dynamicimage.apphb.com/
Other
145 stars 34 forks source link

DynamicImage helper not available in @HTML #17

Closed chadneiro closed 10 years ago

chadneiro commented 10 years ago

I did the installation and it put in the DynamicImage file in the App_Start folder, but I can't find the helper in the @Html menu. Is there something else I have to do. I'm using MVC 5

tgjones commented 10 years ago

You also need to register the namespaces in your Views/web.config file. Have a look at the example website's Views/web.config file for an example.