| DocumentCreateAttribute Method |
Creates an Attr of the given name.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic Attr CreateAttribute(
string localName
)
Public Function CreateAttribute (
localName As String
) As Attr
public:
Attr^ CreateAttribute(
String^ localName
)
member CreateAttribute :
localName : string -> Attr
Parameters
- localName
- Type: SystemString
The attribute name.
Return Value
Type:
Attr
The
Attr.
See Also