18 references to FormFeature
Microsoft.AspNetCore.Http (2)
Features\FormFeature.cs (1)
44
:
this
(request, FormOptions.Default)
RequestFormReaderExtensions.cs (1)
37
features.Set<IFormFeature>(new
FormFeature
(request, options));
Microsoft.AspNetCore.Http.Tests (15)
Features\FormFeatureTests.cs (15)
20
var formFeature = new
FormFeature
(context.Request, new FormOptions());
58
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
100
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
208
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
243
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
280
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
328
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
365
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
413
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
465
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest, ValueCountLimit = 2 });
489
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest, ValueCountLimit = 2 });
513
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest, ValueCountLimit = 2 });
537
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest, ValueCountLimit = 2 });
562
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions() { BufferBody = bufferRequest });
605
IFormFeature formFeature = new
FormFeature
(context.Request, new FormOptions());
Microsoft.AspNetCore.Mvc.Core (1)
Filters\RequestFormLimitsFilter.cs (1)
40
features.Set<IFormFeature>(new
FormFeature
(context.HttpContext.Request, FormOptions));