5 writes to ReadForm
Microsoft.AspNetCore.Http.Extensions (5)
RequestDelegateFactory.cs (5)
2132
factoryContext.
ReadForm
= true;
2150
factoryContext.
ReadForm
= true;
2186
factoryContext.
ReadForm
= true;
2321
factoryContext.
ReadForm
= true;
2341
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
)