World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Blocks is a new building block introduced in EPiServer CMS 7. A block can be used in several ways, it can be used as a “complex” property when modeling content types. It is also possible to create stand alone instances of blocks (shared blocks) th...
Introduction Partial routing is a new feature in CMS 7 that makes it possible to route to external data in a way where you can control the appearance of the URLs like they where “ordinary CMS pages”. The actual content displayed might by something...
Introduction In previous versions of EPiServer CMS the Friendly Url (FURL) handling was performed by an IHttpModule that executed early on incoming requests and rewrote the path to the aspx file that was specified by the page type. The module also...
A small change that has been done that is useful if you use Export/Import for staging purposes is that we have made it possible to run import/export with kept identities (like when you run mirroring). You control this by a simple checkbox on impor...
In EPiServer 6 a PageType states which page template (a WebForm) that should render a request for the page. This is a one to one relationship between PageType and template. In EPiServer7 it is possible to have several renderers/templates (both...