The members of System.Web.UI.MasterPage are listed below.
See Also: Inherited members from System.Web.UI.UserControl
Creates a new instance of the System.Web.UI.MasterPage class. |
[read-only] | Master | MasterPage.
Gets the parent master page of the current master in nested master pages scenarios. |
MasterPageFile | string.
Gets or sets the name of the master page that contains the current content. |
[read-only] | ContentPlaceHolders | IList.
Gets a list of System.Web.UI.WebControls.ContentPlaceHolder controls that the master page uses to define different content regions. |
[read-only] | ContentTemplates | IDictionary.
Gets a list of content controls that are associated with the master page. |
AddContentTemplate(string, ITemplate)
|