MasterPageControlBuilder Class
.NET Framework 2.0
Acts as a merging class and container for content pages that are composed only of Content controls and their respective child controls.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The MasterPageControlBuilder class is used to create a master page that does not inherit from the UserControl class. The classes that you derive from the MasterPageControlBuilder class function as other master pages do, provided that you specify your new class in the Inherits attribute of the .master file that you create in your Web application.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Object
System.Web.UI.ControlBuilder
System.Web.UI.UserControlControlBuilder
System.Web.UI.MasterPageControlBuilder
System.Web.UI.ControlBuilder
System.Web.UI.UserControlControlBuilder
System.Web.UI.MasterPageControlBuilder
Community Additions
ADD
Show: