다음을 통해 공유


HtmlHeadBuilder.GetChildControlType(String, IDictionary) 메서드

정의

Type 컨트롤의 자식 컨트롤에 대한 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

매개 변수

tagName
String

자식 컨트롤의 태그 이름입니다.

attribs
IDictionary

자식 컨트롤에 포함된 특성의 배열입니다.

반환

Type

지정된 컨트롤의 자식 컨트롤에 대한 Type입니다.

설명

합니다 GetChildControlType 메서드에 표시 된 자식 HTML 요소에 대 한 컨트롤 형식을 반환 HtmlTitle, HtmlLink, 및 HtmlMeta 컨트롤입니다. 이 메서드는 null 참조 (Nothing Visual Basic에서) 다른 모든 자식 컨트롤에 대 한 합니다.

적용 대상

추가 정보