System.Web.UI.ControlBuilder.GetChildControlType Method

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

Syntax

public virtual Type GetChildControlType (string tagName, IDictionary attribs)

Parameters

tagName
The tag name of the child.
attribs
An array of attributes contained in the child control.

Returns

The Type of the specified control's child.

Remarks

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

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0