MasterPage.Master Property
Assembly: System.Web (in system.web.dll)
The Master property is read-only, because master page hierarchies cannot be built at run time.
| 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 |
| How to: Reference ASP.NET Master Page Content |
This section contains three code examples. The first code example demonstrates how to create a nested master page. The second code example demonstrates how to reference the master page that was created in the first code example. The third code example demonstrates how to use a content page to reference the master page that was created in the second code example.
The following code example demonstrates how to create a nested master page and represents the parent master page named ParentMasterPage_1.
The following code example demonstrates how to use a nested master page named ChildMasterPage_1 that references the master page that was created in the preceding code example.
The following code example demonstrates how to use a content page named ContentPage that references the ChildMasterPage_1 that was created in the preceding code example.
Reference
MasterPage ClassMasterPage Members
System.Web.UI Namespace