QueryHelpers 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 methods for parsing and manipulating query strings.
public ref class QueryHelpers abstract sealed
public static class QueryHelpers
type QueryHelpers = class
Public Class QueryHelpers
- Inheritance
-
QueryHelpers
Methods
AddQueryString(String, IDictionary<String,String>) |
Append the given query keys and values to the URI. |
AddQueryString(String, IEnumerable<KeyValuePair<String,String>>) |
Append the given query keys and values to the URI. |
AddQueryString(String, IEnumerable<KeyValuePair<String,StringValues>>) |
Append the given query keys and values to the URI. |
AddQueryString(String, String, String) |
Append the given query key and value to the URI. |
ParseNullableQuery(String) |
Parse a query string into its component key and value parts. |
ParseQuery(String) |
Parse a query string into its component key and value parts. |