5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2062
factoryContext.
ReadForm
= true;
2080
factoryContext.
ReadForm
= true;
2116
factoryContext.
ReadForm
= true;
2245
factoryContext.
ReadForm
= true;
2265
factoryContext.
ReadForm
= true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
397
if (factoryContext.
ReadForm
)
1254
if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.
ReadForm
)
1283
if (factoryContext.
ReadForm
)