does Request.Querystring automatically url decode a string?

前端 未结 3 2073
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 04:26

I\'m working with a page where I have a url like:
/directory/company/manufacturer

Using some re-write rules this gets re-written

testing with /directory/

3条回答
  •  抹茶落季
    2020-12-06 05:05

    I think a solution might be to modify the UrlRewrite rule to something like.

        
          
          
            
            
          
          
        
    

    The important line here is the {UrlEncode:{R:2}}. It solved the problem for me!

提交回复
热议问题