5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2072
factoryContext.
ReadForm
= true;
2090
factoryContext.
ReadForm
= true;
2126
factoryContext.
ReadForm
= true;
2255
factoryContext.
ReadForm
= true;
2275
factoryContext.
ReadForm
= true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
397
if (factoryContext.
ReadForm
)
1264
if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.
ReadForm
)
1293
if (factoryContext.
ReadForm
)