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 和umbraco 网站上做一些工作。它使用 UrlRewritingNet 来设置 url 操作的规则。
我想在 UrlRewritingNet 文件中创建一个规则,将所有 url 转换为小写。你能帮忙吗?
似乎不是在配置行的实际字符串中执行此操作的方法。我认为您可以很容易地为此编写自己的扩展,并在处理规则时只使用 ToLower() 实际值。
http://www.urlrewriting.net/160/en/documentation/documentation/documentation/documentation/documentation.html