IQueryCollection Interface |
Namespace: CMS.Base.Internal
public interface IQueryCollection : IEnumerable<KeyValuePair<string, StringValues>>, IEnumerable
The IQueryCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of set query string values.
|
![]() | Item |
Gets a query string value.
|
![]() | Keys |
Gets collection containing names of all set header.
|
Name | Description | |
---|---|---|
![]() | ContainsKey |
Determines whether the collection contains a query string value with specified name.
|
![]() | TryGetValue |
Retrieves value of query string item specified by given name.
|
Name | Description | |
---|---|---|
![]() | BatchKeyValuePairString, StringValues |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToNameValueCollection |
Converts to NameValueCollection as a copy.
The StringValues values of the collection are copied by implicit conversion to String.
(Defined by QueryCollectionExtensions.) |
![]() | ToQueryString | Overloaded.
Returns an & separated serialization of IQueryCollection object.
(Defined by QueryCollectionExtensions.) |
![]() | ToQueryString(Boolean) | Overloaded.
Returns an & separated serialization of IQueryCollection object.
(Defined by QueryCollectionExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |