Fixed tryParse

This commit is contained in:
Bjarke Berg
2021-09-15 13:40:08 +02:00
parent f68717c1c8
commit 39faf63f9c
45 changed files with 474 additions and 444 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Cms.Core.Configuration.Models
public int? MaxQueryStringLength { get; set; }
/// <summary>
/// Gets or sets a value for the maximum request length.
/// Gets or sets a value for the maximum request length in kb.
/// </summary>
public int? MaxRequestLength { get; set; }
}