1 write to Bytes
Microsoft.AspNetCore.Mvc.Core (1)
RequestSizeLimitAttribute.cs (1)
52filter.Bytes = _bytes;
4 references to Bytes
Microsoft.AspNetCore.Mvc.Core (4)
Filters\RequestSizeLimitFilter.cs (4)
12/// to the specified <see cref="Bytes"/>. 29/// Sets the <see cref="IHttpMaxRequestBodySizeFeature.MaxRequestBodySize"/> to <see cref="Bytes"/>. 57maxRequestBodySizeFeature.MaxRequestBodySize = Bytes; 58Log.MaxRequestBodySizeSet(_logger, Bytes.ToString(CultureInfo.InvariantCulture));