![]() | Items Class |
Namespace: Dynamicweb.Environment.Web
The Items type exposes the following members.
Name | Description | |
---|---|---|
![]() | Items |
Initializes a new istance of the Dynamicweb.Environment.Web.Items class that wraps an instance of the HttpContextBase class
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection
|
![]() | IsFixedSize |
Gets a value indicating if the IDictionary object has a fixed size
|
![]() | IsReadOnly |
Gets a value indicating if the IDictionary object is read-only
|
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread-safe)
|
![]() | Item |
Gets or sets the element with the specified key
|
![]() | Keys |
Gets an ICollection object containing the keys of the IDictionary object
|
![]() | SyncRoot |
Gets an object that can be used to Synchronize access to the ICollection
|
![]() | Values |
Gets an ICollection object containing the values in the IDictionary object
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the IDictionary object
|
![]() | Clear |
Removes all elements from the IDictionary object
|
![]() | Contains |
Determines whether the IDictionary object contains an element with the specified key
|
![]() | CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index
|
![]() | GetEnumerator |
Returns an IDictionaryEnumerator object for the IDictionary object
|
![]() | Remove |
Removes the element with the specified key
|
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator |
Returns an Enumerator the iterates through a collection
|