Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Viewing all articles
Browse latest Browse all 7925

Created Issue: Provider indexer to access items in the portable HttpValueCollection [1439]

$
0
0
Currently the portable version of NameValueCollection called “HttpValueCollection” does not provide an Indexer to get access the items… an indexer into the collection like values[“p1”] would be more helpful...

Currently we do it this way:
```
HttpValueCollection values = uri.ParseQueryString();
String p1 = values.Get(“p1”);
```


Viewing all articles
Browse latest Browse all 7925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>