HtmlElementAttribute Class

The HTML attribute class

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class HtmlElementAttribute
Inheritance
Object    HtmlElementAttribute

Constructors

HtmlElementAttribute Constructs an empty HTML attribute
HtmlElementAttribute(String, String) Constructs a HTML element attribute with the given name and value

Properties

Name The attribute name
Value The attribute value

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also