HtmlHeadBuilder.GetChildControlType(String, IDictionary) Méthode

Définition

Obtient Type pour les contrôles enfants du contrôle HtmlHead.

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

Paramètres

tagName
String

Nom de la balise du contrôle enfant.

attribs
IDictionary

Tableau d’attributs contenus dans le contrôle enfant.

Retours

Type du contrôle enfant du contrôle spécifié.

Remarques

La GetChildControlType méthode retourne le type de contrôle pour les éléments HTML enfants représentés par HtmlTitleles contrôles , HtmlLinket HtmlMeta . Cette méthode retourne une référence null (Nothing en Visual Basic) pour tous les autres contrôles enfants.

S’applique à

Voir aussi