Represents a name value pair
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientNameValuePair
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The NameValuePair type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NameValuePair |
Constructs a name value pair
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Gets or sets the pair name
| |
| Value |
Gets or sets the pair value
|
Methods
| Name | Description | |
|---|---|---|
| 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