1

please suggest controller method in c# web api to read the value of query string from http://xxxxxxxx.xxx/api/test?product.one=soft&product.two=hardware

please make a note without . parameter name not possible

0

1 Answer 1

0

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

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.