HtmlHeadBuilder.GetChildControlType(String, IDictionary) Método

Definição

Obtém-se para Type os HtmlHead controlos filhos do controlo.

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 etiqueta do controlo infantil.

attribs
IDictionary

Um conjunto de atributos contidos no controlo filho.

Devoluções

O Type do controlo filho do controlo especificado.

Observações

O GetChildControlType método devolve o tipo de controlo para elementos HTML filhos representados por HtmlTitle, HtmlLink, e HtmlMeta controlos. Este método retorna uma referência nula (Nothing em Visual Basic) para todos os outros controlos filhos.

Aplica-se a

Ver também