KestrelServerOptions.DisableStringReuse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls whether the string values materialized will be reused across requests; if they match, or if the strings will always be reallocated.
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
Property Value
Remarks
Defaults to false.