HtmlHeadBuilder.GetChildControlType(String, IDictionary) Method

Definition

Obtains the Type for the HtmlHead control's child controls.

public:
 override Type ^ GetChildControlType(System::String ^ tagName, System::Collections::IDictionary ^ attribs);
public override Type GetChildControlType (string tagName, System.Collections.IDictionary attribs);
override this.GetChildControlType : string * System.Collections.IDictionary -> Type
Public Overrides Function GetChildControlType (tagName As String, attribs As IDictionary) As Type

Parameters

tagName
String

The tag name of the child control.

attribs
IDictionary

An array of attributes contained in the child control.

Returns

The Type of the specified control's child control.

Remarks

The GetChildControlType method returns the control type for child HTML elements represented by HtmlTitle, HtmlLink, and HtmlMeta controls. This method returns a null reference (Nothing in Visual Basic) for all other child controls.

Applies to

See also