HtmlHead Constructor (String^)

 

Initializes a new instance of the HtmlHead class by using the specified tag.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
HtmlHead(
	String^ tag
)

Parameters

tag
Type: System::String^

A string that specifies the tag name of the control.

The following table shows the initial property value for an instance of HtmlHead.

Property

Initial value

TagName

The value of the tag parameter.

.NET Framework
Available since 2.0
Return to top
Show: