HtmlAttributeCollection(Boolean) Constructor
Create a new instance of the HtmlAttributeCollection Item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlAttributeCollection(
bool autoCreateItemsOnAccess
)
Public Sub New (
autoCreateItemsOnAccess As Boolean
)
No code example is currently available or this language may not be supported.
Parameters
- autoCreateItemsOnAccess Boolean
-
Value indicating whether to automatically create new elements if they
do not exist when referenced.