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.
我的母版页顶部有一个站点地图,当我在 Firefox 中运行时,第一个节点是“跳过导航链接”那是什么?我怎样才能摆脱它?值得注意的是,这不在 IE 中。
跳过导航是出于可访问性目的。如果它是 ASP.NET 菜单的一部分,并且您想禁用它,请尝试设置属性:
SkipLinkText=""
有关 SkipLink 和菜单的详细信息,请参阅此线程。