Can .NET intercept and change css files?

前端 未结 7 469
渐次进展
渐次进展 2021-01-11 11:42

UPDATE 1:

I have now setup IIS6 so .NET can handle calls to .css files. What do I have to do now to get it to change css files based on the referal

相关标签:
7条回答
  • 2021-01-11 12:25

    Maybe you can add a HTTP module on old domain and check if the request.UrlReferrer is search results page from new domain and then replace links to old style-sheet in generated output.

    0 讨论(0)
提交回复
热议问题