QueryParameterCollection Constructors
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.
Overloads
QueryParameterCollection(String) |
Initializes a new instance of the QueryParameterCollection class. |
QueryParameterCollection(Uri) |
Initializes a new instance of the QueryParameterCollection class. |
QueryParameterCollection(String)
Initializes a new instance of the QueryParameterCollection class.
public QueryParameterCollection (string uri);
new Microsoft.Toolkit.Uwp.Helpers.QueryParameterCollection : string -> Microsoft.Toolkit.Uwp.Helpers.QueryParameterCollection
Public Sub New (uri As String)
Parameters
- uri
- String
The URI.
Applies to
QueryParameterCollection(Uri)
Initializes a new instance of the QueryParameterCollection class.
public QueryParameterCollection (Uri uri);
new Microsoft.Toolkit.Uwp.Helpers.QueryParameterCollection : Uri -> Microsoft.Toolkit.Uwp.Helpers.QueryParameterCollection
Public Sub New (uri As Uri)
Parameters
- uri
- Uri
The URI.