The ContentFrameWorkSelector is responsible of loading a framework usercontrol in the EPiServer Content Framework. Select a framework to use if multiple frameworks are defined.

Namespace:  EPiServer.WebControls
Assembly:  EPiServer.Legacy4 (in EPiServer.Legacy4.dll) Version: 6.0.530.0

Syntax

C#
[ObsoleteAttribute("Use master pages instead", false)]
public class ContentFrameworkSelector : PlaceHolder, 
	INamingContainer

Remarks

This control can be used to have a page template present its information in different ways, for example as "stand-alone" page or a page that is part of a portal region.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.PlaceHolder
      EPiServer.WebControls..::.ContentFrameworkSelector

See Also