KestrelServerOptions.DisableStringReuse 屬性

定義

取得或設定值,控制是否要在要求之間重複使用具體化的字串值;如果相符,則為 ,或字串一律會重新配置。

public:
 property bool DisableStringReuse { bool get(); void set(bool value); };
public bool DisableStringReuse { get; set; }
member this.DisableStringReuse : bool with get, set
Public Property DisableStringReuse As Boolean

屬性值

備註

預設為 False。

適用於