IQueryParameter interface
A single query parameter entry in a Uri
Unencoded name of the query parameter
name: string
Property Value
string
Unencoded value of the query parameter
value: null | string
Property Value
null | string