PagesSection.PageBaseType Property
.NET Framework (current version)
Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("pageBaseType", DefaultValue := "System.Web.UI.Page")> Public Property PageBaseType As String
Property Value
Type: System.StringA string that specifies a code-behind class that .aspx pages inherit by default.
The following code example shows how to use the PageBaseType property.
.NET Framework
Available since 2.0
Available since 2.0
Show: