HtmlElementAttribute(String, String) Constructor

Constructs a HTML element attribute with the given name and value

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public HtmlElementAttribute(
	string attributeName,
	string attributeValue
)

Parameters

attributeName  String
The attribute name
attributeValue  String
The attribute value

See Also