System.Web.UI.MasterPage Members

The members of System.Web.UI.MasterPage are listed below.

See Also: Inherited members from System.Web.UI.UserControl

Public Constructors

Creates a new instance of the System.Web.UI.MasterPage class.

Public Properties

[read-only]
MasterMasterPage.

Gets the parent master page of the current master in nested master pages scenarios.

MasterPageFilestring.

Gets or sets the name of the master page that contains the current content.

Protected Properties

[read-only]
ContentPlaceHoldersIList.

Gets a list of System.Web.UI.WebControls.ContentPlaceHolder controls that the master page uses to define different content regions.

[read-only]
ContentTemplatesIDictionary.

Gets a list of content controls that are associated with the master page.

Protected Methods