ControlBuilder::GetChildControlType Method (String^, IDictionary^)

 

Obtains the Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework.

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

public:
virtual Type^ GetChildControlType(
	String^ tagName,
	IDictionary^ attribs
)

Parameters

tagName
Type: System::String^

The tag name of the child.

attribs
Type: System.Collections::IDictionary^

An array of attributes contained in the child control.

Return Value

Type: System::Type^

The Type of the specified control's child.

This method is called by the ASP.NET page framework during parsing and is not intended to be called directly in you code.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: