5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2101
factoryContext.
ReadForm
= true;
2119
factoryContext.
ReadForm
= true;
2155
factoryContext.
ReadForm
= true;
2284
factoryContext.
ReadForm
= true;
2304
factoryContext.
ReadForm
= true;
3 references to ReadForm
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
398
if (factoryContext.
ReadForm
)
1265
if (factoryContext.JsonRequestBodyParameter is null && !factoryContext.
ReadForm
)
1294
if (factoryContext.
ReadForm
)