HtmlHeadBuilder.GetChildControlType(String, IDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- tagName
- String
The tag name of the child control.
- attribs
- IDictionary
An array of attributes contained in the child control.
Returns
The Type of the specified control's child control.
Remarks
The GetChildControlType method returns the control type for child HTML elements represented by HtmlTitle, HtmlLink, and HtmlMeta controls. This method returns a null reference (Nothing
in Visual Basic) for all other child controls.
Applies to
See also
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.