5 references to FormCollection
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterHandler.cs (2)
277
var responseParameters = new
FormCollection
(new FormReader(responseText).ReadForm());
308
var responseParameters = new
FormCollection
(new FormReader(responseText).ReadForm());
Microsoft.AspNetCore.Http (3)
Features\FormFeature.cs (3)
221
formFields = new
FormCollection
(await formReader.ReadFormAsync(cancellationToken));
307
formFields = new
FormCollection
(formAccumulator.GetResults(), files);
324
Form = new
FormCollection
(null, files);