HtmlHeadBuilder.GetChildControlType(String, IDictionary) Método

Definición

Obtiene el Type de los controles secundarios del control 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

Parámetros

tagName
String

Nombre de etiqueta del control secundario.

attribs
IDictionary

Matriz de atributos contenidos en el control secundario.

Devoluciones

Type

Objeto Type del control secundario del control especificado.

Comentarios

El GetChildControlType método devuelve el tipo de control de los elementos HTML secundarios representados por HtmlTitle HtmlLink HtmlMeta los controles, y. Este método devuelve una referencia nula ( Nothing en Visual Basic) para todos los demás controles secundarios.

Se aplica a

Consulte también