1
Answer

How to handle url parameter containing special characters?

Li Feng

Li Feng

7y
8.1k
1
In a Web API application.
If the requested URL is like ".../api/foobar/htttp://www.foo.com"
If I must get "http://www.foo.com" as a string parameter in an action of a controller, how should I deal with this?
Answers (1)