UriQueryBuilder 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.
A convenience class for constructing URI query strings.
public class UriQueryBuilder
type UriQueryBuilder = class
Public Class UriQueryBuilder
- Inheritance
-
UriQueryBuilder
- Derived
Constructors
UriQueryBuilder() |
Initializes a new instance of the UriQueryBuilder class. |
UriQueryBuilder(UriQueryBuilder) |
Initializes a new instance of the UriQueryBuilder class that contains elements copied from the specified UriQueryBuilder. |
Properties
Item[String] |
Gets the query string value associated with the given name. |
Parameters |
Stores the query parameters. |
Methods
Add(String, String) |
Add the query string value with URI escaping. |
AddRange(IEnumerable<KeyValuePair<String,String>>) |
Add multiple query string values with URI escaping. |
AddToUri(StorageUri) |
Adds a query parameter to a URI. |
AddToUri(Uri) |
Adds a query parameter to a URI. |
AddToUriCore(Uri) |
Adds a query parameter to a URI. |
ContainsQueryStringName(String) |
Determines whether the query string name exists in the query string. |
ToString() |
Returns a String containing the URI. |
Applies to
Azure SDK for .NET