共用方式為


LinkOptions.LowercaseQueryStrings 屬性

定義

取得或設定值,指出產生的查詢字串是否為小寫。 除非 LowercaseUrls 也是 true ,否則這個屬性會是 false。

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

屬性值

適用於