Take the community feedback survey now.
Take the community feedback survey now.
Default property values on content in EPiServer are set by overriding SetDefaultValues . In an attempt to make my model classes a bit tidier, by not having to do the override in lots of places, I wrote a little piece of code which enables the use ...
I was creating a search page for a customer using EPiServer Find. As they have plenty of page types, I decided to use unified search . However, they also have a lot of documents (PDFs) that should also be searchable .No problem, unified search tak...
I’ve been fiddling around with how I could get information from the current content area when in the context of a block controller. First of all, I wanted to know which tag was currently set in the content area. That was reachable through this: 1:...
I installed Visual Studio 2013 Preview a little while ago, and have not had any serious issues with it. However, when running a site using IIS Express, edit mode just showed a blank page, rendering it useless. The fix was pretty simple: uncheck...
The main menu is usually a quite important part of your website. A traditional top/main menu typically displays section pages, and can easily be done with EPiServer. But what if you would like the menu items to be drag and droppable, and possible...