Design Pattern Framework 3.5
TheMenuInMasterPage Property
Patterns-In-Action! Application ► ASPNETWebApplication ► SiteMasterPage ► TheMenuInMasterPage
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