HiQPdf Documentation

HtmlElementAttribute Constructor (String, String)

HiQPdf Client for .NET Core
Constructs a HTML element attribute with the given name and value

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HtmlElementAttribute(
	string attributeName,
	string attributeValue
)

Parameters

attributeName
Type: SystemString
The attribute name
attributeValue
Type: SystemString
The attribute value
See Also

Reference