QueryParameterCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumerable way to look at query string parameters from a Uri
public class QueryParameterCollection : System.Collections.ObjectModel.Collection<System.Collections.Generic.KeyValuePair<string,string>>
type QueryParameterCollection = class
inherit Collection<KeyValuePair<string, string>>
Public Class QueryParameterCollection
Inherits Collection(Of KeyValuePair(Of String, String))
- Inheritance
-
QueryParameterCollection
Constructors
QueryParameterCollection(String) |
Initializes a new instance of the QueryParameterCollection class. |
QueryParameterCollection(Uri) |
Initializes a new instance of the QueryParameterCollection class. |
Applies to
See also
- <xref:System.Collections.ObjectModel.Collection%3cSystem.Collections.Generic.KeyValuePair%3cstring%2c+string%3e%3e>