1 write to FormOptions
Microsoft.AspNetCore.Mvc.Core (1)
RequestFormLimitsAttribute.cs (1)
168
filter.
FormOptions
= FormOptions;
2 references to FormOptions
Microsoft.AspNetCore.Mvc.Core (2)
Filters\RequestFormLimitsFilter.cs (2)
10
/// A filter that configures <see cref="
FormOptions
"/> for the current request.
40
features.Set<IFormFeature>(new FormFeature(context.HttpContext.Request,
FormOptions
));