FormMappingOptionsMetadata Class
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 class FormMappingOptionsMetadata
type FormMappingOptionsMetadata = class
Public Class FormMappingOptionsMetadata
- Inheritance
-
FormMappingOptionsMetadata
Constructors
FormMappingOptionsMetadata(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Supports configuring the behavior of form mapping in a minimal API. |
Properties
MaxCollectionSize |
Gets or sets the maximum number of elements allowed in a form collection. |
MaxKeySize |
Gets or sets the maximum size of the buffer used to read form data keys. |
MaxRecursionDepth |
Gets or sets the maximum depth allowed when recursively mapping form data. |