HtmlElementAttributesCollectionAddAttribute Method
Add a new HTML element attribute with the given name and value to collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 17.0.0
public void AddAttribute(
string attributeName,
string attributeValue
)
Public Sub AddAttribute (
attributeName As String,
attributeValue As String
)
public:
void AddAttribute(
String^ attributeName,
String^ attributeValue
)
member AddAttribute :
attributeName : string *
attributeValue : string -> unit
Parameters
- attributeName String
- The attribute name
- attributeValue String
- The attribute value