Skip to content

Commit de6b734

Browse files
committed
Updating ref project
2 parents 8bf4267 + 534ceef commit de6b734

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Mvc/Mvc.Abstractions/ref/Microsoft.AspNetCore.Mvc.Abstractions.Manual.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
1313
{
1414
public partial class ModelStateDictionary
1515
{
16-
internal int MaxRecursionDepth { get; set; }
16+
internal const int DefaultMaxRecursionDepth = 32;
17+
18+
internal int? MaxValidationDepth { get; set; }
19+
internal int? MaxStateDepth { get; set; }
1720
}
1821
}

0 commit comments

Comments
 (0)