Read Query String value with . in Web API C#

Viewed 21
1 Answers

you can use Request.Query to read everything in the query parameters

enter image description here

Related