World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Over the past 7 or so years of working with EPiServer, I have found myself writing the same code and solving the same problems over and over again. Sometimes the challenge has been to add new but common functionality that is used on most websites,...
EPiServer page filters provide a mechanism to remove pages from a page collection. By developing custom filters, you can provide your own rules for page filters. Here are a few useful filters. ExcludeCurrentPage public class FilterExcludeCurrentPa...
Almost every EPiServer site I build requires some configuration settings, most notably links to pages such as login, registration etc. Theres plenty of ways these values can be set, but I tend to use the Start page to store these values. Usually...
One of the first things you’ll need to discover when working with PageTypeBuilder is how to declare each property type. To save time, I keep a sample page type class from which i can copy property types. Here they are // Date/time [PageTypePropert...
To date, I have only run into one issue with PageTypeBuilder – although support for all standard EPiServer property types is advertised, the property type resolver didn’t seem to recognise LinkCollections. If you are experiencing the same issues,...