System.Web.UI.MasterPage.Master Property

Gets the parent master page of the current master in nested master pages scenarios.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public MasterPage Master { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MasterPage.Master property is read-only, because master page hierarchies cannot be built at run time.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0