RootBuilder.GetChildControlType Method (String, IDictionary)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the control type of any parsed child controls.
Assembly: System.Web (in System.Web.dll)
Parameters
- tagName
-
Type:
System.String
The tag name of the child control.
- attribs
-
Type:
System.Collections.IDictionary
The IDictionary object that holds all the specified tag attributes.
The GetChildControlType method overrides the implementation of this method in ControlBuilder.
.NET Framework
Available since 1.1
Available since 1.1
Show: