3

I am trying to escape SLASH in URL. Lets say, I would like to pass "1/2 inch steel pipe" as a URL parameter. Here is the URL below...

http://localhost/Product/1/2 inch steel pipe

Product/ is an action and "1/2 inch steel pipe" is the parameter. Because of the SLASH between 1 and 2, It looks for a Action named as "1". Therefore, it throws "HTTP Error 404.0 - Not Found"

Is there an excape character for SLASH? any suggestions?

Arif YILMAZ
  • 5,754
  • 26
  • 104
  • 189

0 Answers0