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。

适用于