Property Query
Query
Gets the query parameters as an array of key-value pairs.
public KeyValuePair<string, string[]>[] Query { get; }
Property Value
- KeyValuePair<string, string[]>[]
Gets the query parameters as an array of key-value pairs.
public KeyValuePair<string, string[]>[] Query { get; }