We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b337a commit c8856bcCopy full SHA for c8856bc
src/Umbraco.Core/Configuration/Models/RuntimeSettings.cs
@@ -21,6 +21,7 @@ public class RuntimeSettings
21
/// <summary>
22
/// Gets or sets a value for the maximum query string length.
23
/// </summary>
24
+ [Obsolete("No longer used and will be removed in Umbraco 16.")]
25
public int? MaxQueryStringLength { get; set; }
26
27
0 commit comments