PagesSection.PageBaseType Property
.NET Framework 3.0
Gets or sets a value that specifies a code-behind class that .aspx pages inherit by default.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_PageBaseType () /** @property */ public void set_PageBaseType (String value)
public function get PageBaseType () : String public function set PageBaseType (value : String)
Not applicable.