DOMTreatNullAsAttribute Constructor
Initializes a new instance of the DOMTreatNullAsAttribute class.

Namespace: Aspose.Html.Dom.Attributes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public DOMTreatNullAsAttribute(
	Type type,
	Object value
)

Parameters

type
Type: SystemType
The object type.
value
Type: SystemObject
The object value.
See Also