The members of System.Web.UI.ControlBuilder are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.ControlBuilder class. |
[read-only] | BindingContainerType | Type.
Gets the type of the binding container for the control that this builder creates. |
[read-only] | ControlType | Type.
Gets the Type for the control to be created. |
[read-only] | HasAspCode | bool.
Gets a value indicating whether the control contains any code blocks. |
ID | string.
Gets or sets the identifier property for the control to be built. | |
[read-only] | NamingContainerType | Type.
Gets the type of the naming container for the control that this builder creates. |
[read-only] | TagName | string.
Gets the tag name for the control to be built. |
[read-only] | FChildrenAsProperties | bool.
Gets a value that determines whether the control has a System.Web.UI.ParseChildrenAttribute with ParseChildrenAttribute.ChildrenAsProperties set to true. |
[read-only] | FIsNonParserAccessor | bool.
Gets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface. |
[read-only] | InDesigner | bool.
Returns whether the System.Web.UI.ControlBuilder is running in the designer. |
[read-only] | Parser | TemplateParser.
Gets the System.Web.UI.TemplateParser responsible for parsing the control. |
AllowWhitespaceLiterals()
| ||
AppendLiteralString(string)
| ||
AppendSubBuilder(ControlBuilder)
| ||
BuildObject()
| ||
CloseControl()
| ||
static | CreateBuilderFromType(TemplateParser, ControlBuilder, Type, string, string, IDictionary, int, string)
| |
GetChildControlType(string, IDictionary)
| ||
HasBody()
| ||
HtmlDecodeLiterals()
| ||
Init(TemplateParser, ControlBuilder, Type, string, string, IDictionary)
| ||
NeedsTagInnerText()
| ||
OnAppendToParentBuilder(ControlBuilder)
| ||
SetTagInnerText(string)
|