Page::Master Property
Gets the master page that determines the overall look of the page.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: property MasterPage^ Master { MasterPage^ get (); }
Property Value
Type: System.Web.UI::MasterPageThe MasterPage associated with this page if it exists; otherwise, nullptr.
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, nullptr is returned. The contents of a master page are not available until after the PreInit event has been raised.
| Topic | Location |
|---|---|
| How to: Reference ASP.NET Master Page Content | Building ASP .NET Web Applications |
| How to: Reference ASP.NET Master Page Content | Building ASP .NET Web Applications |
| Walkthrough: Creating and Using ASP.NET Master Pages in Visual Web Developer | Building ASP .NET Web Applications in Visual Studio |
| How to: Reference ASP.NET Master Page Content |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.