如何强制 Kentico 默认生成小写 URL?

发布于 2024-11-07 05:59:40 字数 293 浏览 4 评论 0原文

以下是如何修改 global.asax.cs 来实现此目的的示例,但这仅适用于版本 3.x,因为 global.asax.cs 源代码在版本 4.1 中有所不同: http://devnet.kentico.com/Forums.aspx?ForumID=19&Thread=00004982

所以我需要 4.1 的解决方案。

谢谢!

Here is an example how to modify global.asax.cs to achieve this, however this works only for version 3.x as the global.asax.cs source code is different in ver 4.1: http://devnet.kentico.com/Forums.aspx?ForumID=19&Thread=00004982

So I need a solution for 4.1.

Thanks!

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

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

发布评论

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

评论(1

始终不够爱げ你 2024-11-14 05:59:40

在 4.1 中,您可以运行此 SQL 脚本来更新 URL

update CMS_DocumentAlias set AliasURLPath = LOWER(AliasURLPath)

In 4.1 you can run this SQL script to update the URLs

update CMS_DocumentAlias set AliasURLPath = LOWER(AliasURLPath)

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