我得到/“未定义”从我的 MVC 3 Razor 网站重定向
我有 MVC 3 网站。当检查 Google Analytics 时,我看到“未定义”错误,但我不知道为什么会收到该错误。 当我访问下面的页面时,我没有得到一些信息,但知道有人如何将重定向设置为未定义。
我如何定义为什么会出现该错误,或者是 MVC 3 的问题?
原始网页
http://www.emlakrex.com/Sonuc/detay/Merkez,Bursa,Kiralik,Arsa,Arazi,Ilanlari,2000-TL/PrptyID-273163
重定向网页
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.