Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Created Unassigned: [HelpPage]Api uri not displaying parameter which is a collection of primitive types and coming from Uri [1567]

$
0
0
The following action can be hit using the url "/api/test?types=TypeA&types=TypeB" and the "types" array is populated as expected:

```
public string[] Get([FromUri]string[] types)
{
return types;
}
```

HelpPage UI's URI currently doesn't show the 'types' information in Uri. _Attached_ snapshot.

Viewing all articles
Browse latest Browse all 7215

Trending Articles



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