我得到/“未定义”从我的 MVC 3 Razor 网站重定向

发布于 2024-12-10 20:11:56 字数 506 浏览 0 评论 0原文

我有 MVC 3 网站。当检查 Google Analytics 时,我看到“未定义”错误,但我不知道为什么会收到该错误。 当我访问下面的页面时,我没有得到一些信息,但知道有人如何将重定向设置为未定义。

我如何定义为什么会出现该错误,或​​者是 MVC 3 的问题?

原始网页

http://www.emlakrex.com/Sonuc/detay/Merkez,Bursa,Kiralik,Arsa,Arazi,Ilanlari,2000-TL/PrptyID-273163

重定向网页

http://www.emlakrex.com/'未定义'

I have MVC 3 website. When checked Google Analytics I saw 'undefined' error and I don't know why I am getting that error.
When I visit that page below I am not getting but some how someone getting that redirection to undefined.

How can I define why I am getting that error or is it something with MVC 3?

ORIGINAL WEB PAGE

http://www.emlakrex.com/Sonuc/detay/Merkez,Bursa,Kiralik,Arsa,Arazi,Ilanlari,2000-TL/PrptyID-273163

REDIRECTED WEB PAGE

http://www.emlakrex.com/'undefined'

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光是把杀猪刀 2024-12-17 20:11:56

undefined 通常来自 javascript。我只能假设您的重定向是由 javascript 执行的,或者您有一些尝试使用未定义变量的 java 脚本函数。请提供一些您认为失败的代码示例。

undefined often comes from javascript. I can only assume that your re-direct is carried out by javascript, or, you have some java script function that attempts to use an undefined variable. Please provide some code samples of where you think this is failing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文