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.

Namespace:  EPiServer.Web.PageExtensions
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[PagePlugInAttribute("CustomPageLink", "Support for loading a different template than the standard template for the page type.")]
public class CustomPageLink

Inheritance Hierarchy

System..::.Object
  EPiServer.Web.PageExtensions..::.CustomPageLink

See Also