Web.Config中的httpRedirect使用旧URL作为重定向上的查询字符串

时间:2017-01-12 21:12:17

标签: c# iis web-config http-redirect

我有一个httpdedirect for pdf文件,工作正常。我需要的是将原始URL作为查询字符串添加到重定向的末尾

<httpRedirect enabled="true" exactDestination="true" httpResponseStatus="Found">
<add wildcard="*.pdf" destination="/test.aspx?pdf=<OLD_URL>"/>
</httpRedirect>

0 个答案:

没有答案