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