DocumentCreateAttribute Method
Creates an Attr of the given name.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Attr CreateAttribute(
	string localName
)

Parameters

localName
Type: SystemString
The attribute name.

Return Value

Type: Attr
The Attr.
See Also