AI OnAI Off
In this post we’ll create a very simple page provider to get a feel for how it behaves. The base of creating a page provider is implementing an abstract base class called EPiServer.Core.PageProviderBase . Below I’ve created a class that simply...
A task that that keeps appearing more and more is the case of integrating information from some other data source into EpiServer. One way to solve this is to mirror the content and create corresponding Epi-pages programmatically but this clearly...