1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorBuildTest.cs (1)
20Client = factory.CreateDefaultClient();
13 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (13)
RazorBuildTest.cs (13)
39var response = await Client.GetAsync("http://localhost/Rzc/Page"); 52var response = await Client.GetAsync("Fallback"); 64var response = await Client.GetAsync("http://localhost/Rzc/View"); 77var response = await Client.GetAsync("http://localhost/Common/View"); 93var body = await Client.GetStringAsync("/UpdateableViews"); 100body = await Client.GetStringAsync("/UpdateableViews"); 108body = await Client.GetStringAsync("/UpdateableViews"); 116body = await Client.GetStringAsync("/UpdateableViews"); 129var body = await Client.GetStringAsync("/UpdateablePage"); 137body = await Client.GetStringAsync("/UpdateablePage"); 145body = await Client.GetStringAsync("/UpdateablePage"); 159var response = await Client.PostAsync($"/UpdateableViews/Update", updateContent); 165var response = await Client.PostAsync($"/UpdateableViews/UpdateRazorPages", new StringContent(string.Empty));