PagePorter Class Library

HtmlTag.Collection Property

Gets the object associated with the name/value pairs contained in the object.

[Visual Basic]
Public ReadOnly Property Collection As NameValueCollection
[C#]
public System.Collections.Specialized.NameValueCollection Collection {get;}

Property Value

The object associated with the name/value pairs contained in the object.

Remarks

Gets the object associated with the name/value pairs contained in the object. The collection may be used directly to read or write name/value pairs within the object.

See Also

HtmlTag Class | Parastream.Web.UI Namespace | NameValueCollection | NameValueCollection | NameValueCollection