HtmlHeadBuilder.GetChildControlType Method
.NET Framework 3.0
Obtains the Type for the HtmlHead control's child controls.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual Type^ GetChildControlType ( String^ tagName, IDictionary^ attribs ) override
public Type GetChildControlType ( String tagName, IDictionary attribs )
public override function GetChildControlType ( tagName : String, attribs : IDictionary ) : Type
Not applicable.
Parameters
- tagName
The tag name of the child control.
- attribs
An array of attributes contained in the child control.
Return Value
The Type of the specified control's child control.Community Additions
ADD
Show: