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指定控制的子控制。

備註

GetChildControlType 方法回傳子 HTML 元素的控制類型,代表為 HtmlTitleHtmlLinkHtmlMeta 控制項。 此方法會回傳一個空參考(Nothing in Visual Basic),用於所有其他子控制項。

適用於

另請參閱