Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我第一次单击我的 asp.net 页面上的链接时,它会正确重定向到该页面,但是当我第二次单击链接时,它会将不同的 URL 附加到现有 URL 并显示错误页面,说找不到资源. 有谁知道可能是什么问题。我正在使用 href 链接在我的 asp.net 母版页中浏览带有 jquery 的页面。
上面代码片段的问题是:绝对路径... !!!
确保在 URL 前使用“/”:
<a href="/Masters/Employee/EmployeeGroupsView.aspx">EmployeeGroups</a>