RootBuilder.GetChildControlType Method (String, IDictionary)

 

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

override GetChildControlType : 
        tagName:string *
        attribs:IDictionary -> Type

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.

Return Value

Type: System.Type

The type of the child control.

The GetChildControlType method overrides the implementation of this method in ControlBuilder.

.NET Framework
Available since 1.1
Return to top
Show: