Class AttributeCollection
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
public class AttributeCollection
- Inheritance
-
AttributeCollection
- Inherited Members
-
Constructors
AttributeCollection(StateBag)
public AttributeCollection(StateBag bag)
Parameters
bag StateBag
Properties
Count
public int Count { get; }
Property Value
- int
this[string]
public string this[string key] { get; set; }
Parameters
key string
Property Value
- string
Keys
public ICollection Keys { get; }
Property Value
- ICollection
Values
public ICollection Values { get; }
Property Value
- ICollection
Methods
Add(string, string)
public void Add(string key, string value)
Parameters
key string
value string
Remove(string)
public bool Remove(string key)
Parameters
key string
Returns
- bool
Set(string, string)
public void Set(string key, string value)
Parameters
key string
value string