World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
I couldn't find constants for all Episerver action icons located here http://ux.episerver.com/ anywhere in Episerver or on the Internet. So I thought I would share those with you. These are really useful if you e.g. are using this solution . publi...
This topic comes up from time to time in the forums. I don’t find some of the solutions given completely adequate. They usually just makes the URL absolute by appending the current context’s host name, if present. What we should do instead, is to...
Since my last post I’ve discovered a few issues/bugs with my approach while making rendering of properties more consistent. Unfortunately my method didn’t work that well in preview mode and Content Area properties got wrapped twice! I couldn’t fin...
Coming from WebForms development I was a bit annoyed with the inconsistent behavior of the PropertyFor() Html Helper. In WebForms properties are always wrapped with an element, but in MVC this is only true in edit mode. Please see Joel’s excelent...
This is somewhat of a hidden feature in EPiServer. But there is actually a built-in feature to send a download dialog to the user instead of opening the file directly. Soon the download attribute, that you can set on anchors, will work in all...