Obsolete unused configuration property.

This commit is contained in:
Andy Butland
2025-01-29 06:30:07 +01:00
parent f2b337a0be
commit c8856bcf22

View File

@@ -21,6 +21,7 @@ public class RuntimeSettings
/// <summary>
/// Gets or sets a value for the maximum query string length.
/// </summary>
[Obsolete("No longer used and will be removed in Umbraco 16.")]
public int? MaxQueryStringLength { get; set; }
/// <summary>