FilterControlBuilder Class
Adds child tags and disallows literal strings.
Syntax
Visual Basic MustInherit Public Class FilterControlBuilder Inherits ControlBuilder C# public abstract class FilterControlBuilder : ControlBuilder Managed C++ public: __gc __abstract class FilterControlBuilder : public ControlBuilder JScript public abstract class FilterControlBuilder extends ControlBuilder
Inheritance Hierarchy
Members Table
The following table lists the members exposed by the FilterControlBuilder object.
Method Description Add Adds tags and their types to a Hashtable. AllowLiterals Returns a value of false to disallow literal content to be added to the control by the AppendLiteralString method. AllowWhitespaceLiterals Returns a value of false to disallow whitespace (spaces, return characters, tabs, and so forth) as literal content to be added to the control. AppendLiteralString Does not allow literal content to be added to the control when AllowLiterals method returns false
.FillTagTypeTable Override this method and use the Add method to add tags. GetChildControlType Returns the tag type for the specified tag.
Class Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also