HtmlHeadBuilder.GetChildControlType(String, IDictionary) 方法

定义

获取 HtmlHead 控件的子控件的 Type

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

注解

方法 GetChildControlType 返回由 HtmlTitleHtmlLinkHtmlMeta 控件表示的子 HTML 元素的控件类型。 此方法在 Visual Basic) Nothing 中返回所有其他子控件的 null 引用 (。

适用于

另请参阅