UriQueryBuilder.AddRange Method
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.
Add multiple query string values with URI escaping.
public void AddRange (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> parameters);
member this.AddRange : seq<System.Collections.Generic.KeyValuePair<string, string>> -> unit
Public Sub AddRange (parameters As IEnumerable(Of KeyValuePair(Of String, String)))
Parameters
- parameters
- IEnumerable<KeyValuePair<String,String>>
The set of query string name/value pairs