FormMappingOptionsMetadata Constructor
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.
Supports configuring the behavior of form mapping in a minimal API.
public FormMappingOptionsMetadata (int? maxCollectionSize = default, int? maxRecursionDepth = default, int? maxKeySize = default);
new Microsoft.AspNetCore.Http.Metadata.FormMappingOptionsMetadata : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.AspNetCore.Http.Metadata.FormMappingOptionsMetadata
Public Sub New (Optional maxCollectionSize As Nullable(Of Integer) = Nothing, Optional maxRecursionDepth As Nullable(Of Integer) = Nothing, Optional maxKeySize As Nullable(Of Integer) = Nothing)