开发者

Request.UrlReferrer returning null with IE 8

I'm trying to access the URL in Request.UrlReferrer. It works fine in Firefox and returns me the correct value. But, when I try and access it when debugging from Internet Explorer, it returns null.

My code:

if (Request.UrlReferrer != null)
{
    if (Request.UrlReferrer.ToString().IndexOf("AspxPage.aspx") &g开发者_Python百科t; -1)
    {
        // ------
    }
}

Why is this happening?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜