HtmlAttributeCollection(Boolean) Constructor

Create a new instance of the HtmlAttributeCollection Item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public HtmlAttributeCollection(
	bool autoCreateItemsOnAccess
)

Parameters

autoCreateItemsOnAccess  Boolean
Value indicating whether to automatically create new elements if they do not exist when referenced.

See Also