PageParserFilter.AllowControl Method
Gets a value indicating whether the specified control type is allowed for this page.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Parameters
- controlType
- Type: System.Type
A Type that represents the type of control to add.
- builder
- Type: System.Web.UI.ControlBuilder
A ControlBuilder used to build the specified type of control.
Return Value
Type: System.Booleantrue if the control can be used with the current page; otherwise, false. The default value is false.
The TemplateParser class checks to see whether controls are permitted in a page at parse time. Override the AllowControl method to reject or permit specific controls in your pages.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.