NameValueItem Class

Definition of a name and an associated value.

Definition

Namespace: Html.Internal
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class NameValueItem
Inheritance
Object    NameValueItem

Constructors

NameValueItemInitializes a new instance of the NameValueItem class

Properties

Name Get/Set the name of this item.
Value Get/Set the value of this item.

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