Provides support for visual inheritance. Configure a skeleton user control with Region which can be populated by Content controls in a ContentFramework on a Web Form.

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

Syntax

C#
[ObsoleteAttribute("Use master pages instead", false)]
public class ContentFramework : UserControlBase

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.TemplateControl
      System.Web.UI..::.UserControl
        EPiServer..::.UserControlBase
          EPiServer.WebControls..::.ContentFramework

See Also