PageParserFilter.AllowBaseType Method (Type)
.NET Framework (current version)
Determines whether the page can be derived from the specified Type.
Assembly: System.Web (in System.Web.dll)
Parameters
- baseType
-
Type:
System.Type
A Type that represents the potential base class of the current page.
Return Value
Type: System.Booleantrue if the page can inherit from the specified type; otherwise, false. The default is false.
The TemplateParser class determines whether a base type is permitted.
.NET Framework
Available since 2.0
Available since 2.0
Show: