PageParserFilter.AllowControl Method (Type, ControlBuilder)
.NET Framework (current version)
Gets a value indicating whether the specified control type is allowed for this page.
Assembly: System.Web (in System.Web.dll)
abstract AllowControl : controlType:Type * builder:ControlBuilder -> bool override AllowControl : controlType:Type * builder:ControlBuilder -> bool
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: