This documentation is archived and is not being maintained.
PageParserFilter::AllowControl Method
Visual Studio 2010
Gets a value indicating whether the specified control type is allowed for this page.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: