Implemented interface member:
property
ValueLengthLimit
Microsoft.AspNetCore.Http.Metadata.IFormOptionsMetadata.ValueLengthLimit
1 write to ValueLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\FormOptionsMetadataExtensions.cs (1)
19
otherFormOptionsMetadata.
ValueLengthLimit
??= formOptionsMetadata.ValueLengthLimit;
1 reference to ValueLengthLimit
Microsoft.AspNetCore.Http (1)
Internal\MutableFormOptionsMetadata.cs (1)
16
ValueLengthLimit =
ValueLengthLimit
?? baseFormOptions.ValueLengthLimit,