ControlBuilder Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | BindingContainerBuilder | |
![]() | BindingContainerType | Gets the type of the binding container for the control that this builder creates. |
![]() | ComplexPropertyEntries | Gets a collection of complex property entries. |
![]() | ControlType | Gets the Type for the control to be created. |
![]() | CurrentFilterResolutionService | Gets an IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. |
![]() | DeclareType | Gets the type that will be used by code generation to declare the control. |
![]() | FChildrenAsProperties | Gets a value that determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true. |
![]() | FIsNonParserAccessor | Gets a value that determines whether the control implements the IParserAccessor interface. |
![]() | HasAspCode | Gets a value indicating whether the control contains any code blocks. |
![]() | ID | Gets or sets the identifier property for the control to be built. |
![]() | InDesigner | Returns whether the ControlBuilder is running in the designer. |
![]() | InPageTheme | Gets a Boolean value indicating whether this ControlBuilder object is used to generate page themes. |
![]() | ItemType | Gets the type set on the binding container. |
![]() | Localize | Gets a Boolean value indicating whether the control that is created by this ControlBuilder object is localized. |
![]() | NamingContainerType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of the naming container for the control that this builder creates. |
![]() | PageVirtualPath | Gets the virtual path of a page to be built by this ControlBuilder instance. |
![]() | Parser | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the TemplateParser responsible for parsing the control. |
![]() | ServiceProvider | Gets the service object for this ControlBuilder object. |
![]() | SubBuilders | Gets a list of child ControlBuilder objects for this ControlBuilder object. |
![]() | TagName | Gets the tag name for the control to be built. |
![]() | TemplatePropertyEntries | Gets a collection of template property entries. |
![]() | ThemeResolutionService | Gets an IThemeResolutionService object that is used in design time to manage control themes and skins. |

