Page.Master Property
.NET Framework (current version)
Gets the master page that determines the overall look of the page.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.MasterPageThe MasterPage associated with this page if it exists; otherwise, null.
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, null is returned. The contents of a master page are not available until after the PreInit event has been raised.
.NET Framework
Available since 2.0
Available since 2.0
Show: