共用方式為


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)

屬性值

適用於