RouteOptions.LowercaseUrls 属性

定义

获取或设置一个值,该值指示所有生成的路径 URL 是否为小写。 使用 LowercaseQueryStrings 配置查询字符串的行为。

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

属性值

适用于