UriTemplateMatch::QueryParameters Property
.NET Framework (current version)
Gets a collection of query string parameters and their values.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^A NameValueCollection instance that contains the query string parameters and their values.
All query string name/value pairs from the original URI appear in this collection, even if they are not explicitly specified in the template string that was matched. The values in this collection have been had all escape sequences translated into actual characters.
.NET Framework
Available since 3.5
Available since 3.5
Show: