LinkOptions.LowercaseUrls 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示所有生成的路径 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, setPublic Property LowercaseUrls As Nullable(Of Boolean)