5 references to Add
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
FormFileUploadTest.cs (5)
35content.Add(new StringContent("John"), "Name"); 36content.Add(new StringContent("23"), "Age"); 59content.Add(new StringContent("Phone"), "Name"); 60content.Add(new StringContent("camera"), "Specs[0].Key"); 63content.Add(new StringContent("battery"), "Specs[1].Key");