C# Class Composite.Plugins.PageTemplates.MasterPages.MasterPageBase

Base class for ASP.NET MasterPage classes in Orckestra CMS. Inheriting from this bring common features like easy data and sitemap access. This class is intended for use in shared MasterPages, to create a MasterPage based page template for Orckestra CMS use Composite.Plugins.PageTemplates.MasterPages.MasterPagePageTemplate.
Inheritance: System.Web.UI.MasterPage
Mostra file Open project: Orckestra/C1-CMS

Public Methods

Method Description
Dispose ( ) : void
GetPageTemplateFeature ( string featureName ) : Control

Gets a Page Template Feature based on name.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPageTemplateFeature() public method

Gets a Page Template Feature based on name.
public GetPageTemplateFeature ( string featureName ) : Control
featureName string Name of the Page Template Feature to return.
return System.Web.UI.Control