如何读写。 如果我在回写时不使用.。 RawUrl没有工作。 它正在归还原来的URL。
请建议您是否有解决办法。 我正在使用Ionics Isapi Rewrite Filter(IIRF)。
例如,如果我改写:
http://<mywebsite>/users.aspx?id=12&name=amitava
纽约总部
http://<mywebsite>/profile/12/amitava
Now in the same page, at some point, I want 纽约总部 get this rewrittern url f或 the purpose of pointing return url in login link. Now a login link should be:
http://<mywebsite>/login.aspx?ReturnUrl=/profile/12/amitava
或
http://<mywebsite>/login.aspx?ReturnUrl=http://<mywebsite>/profile/12/amitava
What is the proper way 纽约总部 achieve this? Thanks.