HtmlHeadBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém os Type controles filho do controle para o HtmlHead controle filho do controle.

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

O Type controle filho do controle filho do controle especificado.

Comentários

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

Aplica-se a

Confira também