Share via


LinkOptions.LowercaseUrls 属性

定义

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

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

属性值

适用于