Share via


LinkOptions.LowercaseQueryStrings プロパティ

定義

生成されたクエリ文字列が小文字かどうかを示す値を取得または設定します。 も でない限り LowercaseUrls 、このプロパティは truefalse になります。

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)

プロパティ値

適用対象