asp.net.ph

Page.Master Property

System.Web.UI Namespace   Page Class


.NET Framework version 2.0

Gets the master page that determines the overall look of the page.

Syntax


Script [ MasterPage variable = ] Page.Master

Property Value


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.

Remarks

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.

See Also

Page Members   MasterPage Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph