RouteCollection.LowercaseUrls 属性

定义

获取或设置指示标准化虚拟路径时是否将 URL 转换为小写的值。

public:
 property bool LowercaseUrls { bool get(); void set(bool value); };
public bool LowercaseUrls { get; set; }
member this.LowercaseUrls : bool with get, set
Public Property LowercaseUrls As Boolean

属性值

Boolean

将 URL 转换为小写,则为 true;否则为 false。 默认值为 false

注解

如果 URL 中包含查询字符串,则 URL 的该部分不会转换为小写。

适用于