1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorRuntimeCompilationHostingStartupTest.cs (1)
39Client = Factory.CreateDefaultClient();
9 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (9)
RazorRuntimeCompilationHostingStartupTest.cs (9)
59var body = await Client.GetStringAsync("/UpdateableViews"); 66body = await Client.GetStringAsync("/UpdateableViews"); 74body = await Client.GetStringAsync("/UpdateableViews"); 82body = await Client.GetStringAsync("/UpdateableViews"); 95var body = await Client.GetStringAsync("/UpdateablePage"); 103body = await Client.GetStringAsync("/UpdateablePage"); 111body = await Client.GetStringAsync("/UpdateablePage"); 125var response = await Client.PostAsync($"/UpdateableViews/Update", updateContent); 131var response = await Client.PostAsync($"/UpdateableViews/UpdateRazorPages", new StringContent(string.Empty));