System.Web.UI Namespace Page Class
.NET Framework version 2.0
Gets the master page that determines the overall look of the page.
Script |
[ MasterPage variable = ] Page.Master |
variable |
The MasterPage associated with this page if it exists; otherwise a null reference ( Nothing in Visual Basic ). |
The property is read only with no default value.
The Master property returns the MasterPage object associated with this page. This property is read-only; however, you can set properties on the MasterPage object it returns.
The Master property is valid only on pages that reference a master page in the MasterPageFile property. If you access the Master property on a page that does not reference a master page, a null reference ( Nothing in Visual Basic ) is returned.
Page Members MasterPage Class