TheMenuInMasterPage Property

Design Pattern Framework 3.5

Design Pattern Framework 3.5 TheMenuInMasterPage Property
Patterns-In-Action! ApplicationASPNETWebApplicationSiteMasterPageTheMenuInMasterPage
Gets the menu from the master page. This property makes the menu accessible from contentplaceholders. This allows the individual pages to set the selected menu item.
Declaration Syntax
C# Visual Basic
public MenuComposite TheMenuInMasterPage { get; }
Public ReadOnly Property TheMenuInMasterPage As MenuComposite

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)