PagesSection.UserControlBaseType Property
.NET Framework (current version)
Gets or sets a value that specifies a code-behind class that user controls inherit by default.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("userControlBaseType", DefaultValue = "System.Web.UI.UserControl")>] member UserControlBaseType : string with get, set
Property Value
Type: System.StringA string that specifies a code-behind file that user controls inherit by default.
.NET Framework
Available since 2.0
Available since 2.0
Show: