Click or drag to resize
IQueryCollection Methods

The IQueryCollection type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
Determines whether the collection contains a query string value with specified name.
Public methodTryGetValue
Retrieves value of query string item specified by given name.
Top
Extension Methods
  NameDescription
Public Extension MethodBatchKeyValuePairString, StringValues
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToNameValueCollection
Converts to NameValueCollection as a copy. The StringValues values of the collection are copied by implicit conversion to String.
(Defined by QueryCollectionExtensions.)
Public Extension MethodToQueryStringOverloaded.
Returns an & separated serialization of IQueryCollection object.
(Defined by QueryCollectionExtensions.)
Public Extension MethodToQueryString(Boolean)Overloaded.
Returns an & separated serialization of IQueryCollection object.
(Defined by QueryCollectionExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also