Take the community feedback survey now.
Take the community feedback survey now.
By limiting available options to only valid values for PageReference and ContentReference properties in EPiServer 7 we can improve the user experience for editors. By doing so we can also protect our sites from invalid and potentially harmful...
Channels in EPiServer 7 is an exciting new feature that can be used for a variety of purposes. While it may not be the first use case that comes to mind we can use channels to enable rendering of pages on a site as PDF documents. Last Thursday at...
The PropertyFor HTML helper handles a number of optional parameters for specifying tags and CSS classes. As they are specified using an anonymous object Intellisense isn't much help. Here's a reference of the options available. The standard way of...
Need to know if an EPiServer CMS page is being rendered in edit mode or not? Then the PageEditing class is your friend. After trying a number of ways to determine if a page or block is rendered within EPiServer CMS’ edit mode or not I stumbled upo...
When building EPiServer websites with ASP.NET MVC the LinkURL property doesn't do us much good. Here's a couple of MVC-compatible ways for getting the URL for a page. Pretty much since the dawn of time, or at least since the Finnish heavy metal ba...