UrlRewritingNet: Find out if the current url has been rewritten
I am using UrlRewritingNet. I would like to know if there is an effective way to tell, during the page life cycle, whether the currently requested url has been rewritten by UrlRewritingNet or not. I know that I can compare Request.RawUrl with Request.Url but I want to specifically know if it was UrlRewritingNet that did the rewriting. ...