Compartilhar via


HtmlHeadBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém o Type para os controles filho do controle 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

O nome da marca do controle filho.

attribs
IDictionary

Uma matriz de atributos contidos no controle filho.

Retornos

Type

O Type do controle filho do controle especificado.

Comentários

O GetChildControlType método retorna o tipo de controle para elementos HTML filho representados pelos HtmlTitle HtmlLink controles, e HtmlMeta . Esse método retorna uma referência nula ( Nothing em Visual Basic) para todos os outros controles filho.

Aplica-se a

Confira também