Li Feng

Li Feng

  • NA
  • 26
  • 26.3k

How to handle url parameter containing special characters?

Feb 22 2018 5:50 AM
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)