3 references to DefaultValueLengthLimit
Microsoft.AspNetCore.Http (1)
Features\FormOptions.cs (1)
84public int ValueLengthLimit { get; set; } = FormReader.DefaultValueLengthLimit;
Microsoft.AspNetCore.Routing (1)
Builder\RoutingEndpointConventionBuilderExtensions.cs (1)
211/// <param name="valueLengthLimit">Limit on the length of individual form values for <c>application/x-www-form-urlencoded</c> forms. For <c>multipart/form-data</c> forms, use <paramref name="multipartBodyLengthLimit"/>. Defaults to <see cref="FormReader.DefaultValueLengthLimit"/>.</param>
Microsoft.AspNetCore.WebUtilities (1)
FormReader.cs (1)
117public int ValueLengthLimit { get; set; } = DefaultValueLengthLimit;