BuildMaster SDK Reference
Version:
AttributeCollection Class
Represents a collection of HTML attributes.
Inheritance Hierarchy
- object
- Inedo.Web.Controls.AttributeCollection
Syntax
public
class
AttributeCollection : IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, System.Collections.IEnumerable, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>
Properties
|
Name |
Description |
|
Count
|
Gets the number of attributes.
|
|
Item
|
|
|
Keys
|
Gets the attribute names.
|
|
Values
|
Gets the attribute values.
|