Contains page extensions, i e plugins that can be attached to EPiServer pages and executed as various events occur during the page lifetime.
Classes
Class | Description | |
---|---|---|
![]() | AntiForgeryToken |
Token used by the AntiForgeryValidation page plugin
|
![]() | AntiForgeryValidation |
Protects postbacks with an anti-forgery token that is unique per user and stored in a cookie
|
![]() | ContextMenu | |
![]() | CrossSiteNavigation |
PageExtension used to make it possible to navigate between enterprise sites in preview frame.
|
![]() | CultureSupport |
Plug in that handles setting of .NET culture information to correspond with language settings in EPiServer.
|
![]() | CustomPageLink |
Page option that makes it possible to load a page with a different template than the standard template for the page type.
This is done by setting the query string "custompageid" to the page id that you want to load.
|
![]() | LoadCurrentPage | |
![]() | LoadEmptyCurrentPage | |
![]() | PageNotFoundRedirect |
Page extension that redirects PageNotFound exceptions to PageNotFound.aspx
|
![]() | PageStatistics |
Page extension that enables collection of page hit statistics.
|
![]() | PageTranslation |
PageExtension that handles translation for localized controls on a Page inherited from PageBase
|
![]() | SaveCurrentPage | |
![]() | ServerTransferBugfix |
Plug in that works around a bug introduced with .NET 2.0 SP1 where Server.Transfer will kill events, thus disabling
Friendly URL rewriting on pages that are executed by a Server.Transfer.
|
![]() | SiteRedirect |
Page extension to support preview navigation between enterpsrise sites
|
![]() | ThemeUtility |
page extension for theming support
|
Interfaces
Interface | Description | |
---|---|---|
![]() | ICurrentPage |
Specifies CurrentPage property
|
![]() | ISavePage |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ContextMenuOption | |
![]() | ThemeUtility..::.FileType |
Specifies the file type for the theming item
|