3 references to DefaultValueLengthLimit
Microsoft.AspNetCore.Http (1)
Features\FormOptions.cs (1)
79
public int ValueLengthLimit { get; set; } = FormReader.
DefaultValueLengthLimit
;
Microsoft.AspNetCore.Routing (1)
Builder\RoutingEndpointConventionBuilderExtensions.cs (1)
197
/// <param name="valueLengthLimit">Limit on the length of individual form values. Defaults to <see cref="FormReader.
DefaultValueLengthLimit
"/>.</param>
Microsoft.AspNetCore.WebUtilities (1)
FormReader.cs (1)
117
public int ValueLengthLimit { get; set; } =
DefaultValueLengthLimit
;