HtmlElementAttribute(String, String) Constructor
Constructs a HTML element attribute with the given name and value
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public HtmlElementAttribute(
string attributeName,
string attributeValue
)
Public Sub New (
attributeName As String,
attributeValue As String
)
public:
HtmlElementAttribute(
String^ attributeName,
String^ attributeValue
)
new :
attributeName : string *
attributeValue : string -> HtmlElementAttribute
Parameters
- attributeName String
- The attribute name
- attributeValue String
- The attribute value