C# Class System.Web.UI.MasterPage

Inheritance: System.Web.UI.UserControl
Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
AddContentTemplate void
ApplyMasterPageRecursive void
CreateMasterPage MasterPage

Public Methods

Method Description
InstantiateInContentPlaceHolder ( Control contentPlaceHolder, ITemplate template ) : void

Private Methods

Method Description
AddContentTemplate ( string templateName, ITemplate template ) : void
ApplyMasterPageRecursive ( MasterPage master, List appliedMasterPageFiles ) : void
CreateMasterPage ( System.Web.UI.TemplateControl owner, HttpContext context, string masterPageFile, IDictionary contentTemplateCollection ) : MasterPage

Method Details

InstantiateInContentPlaceHolder() public method

public InstantiateInContentPlaceHolder ( Control contentPlaceHolder, ITemplate template ) : void
contentPlaceHolder Control
template ITemplate
return void