1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorBuildTest.cs (1)
40Client = Factory.CreateDefaultClient();
13 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (13)
RazorBuildTest.cs (13)
56var response = await Client.GetAsync("http://localhost/Rzc/Page"); 69var response = await Client.GetAsync("Fallback"); 81var response = await Client.GetAsync("http://localhost/Rzc/View"); 94var response = await Client.GetAsync("http://localhost/Common/View"); 112var body = await Client.GetStringAsync("/UpdateableViews"); 119body = await Client.GetStringAsync("/UpdateableViews"); 127body = await Client.GetStringAsync("/UpdateableViews"); 135body = await Client.GetStringAsync("/UpdateableViews"); 150var body = await Client.GetStringAsync("/UpdateablePage"); 158body = await Client.GetStringAsync("/UpdateablePage"); 166body = await Client.GetStringAsync("/UpdateablePage"); 180var response = await Client.PostAsync($"/UpdateableViews/Update", updateContent); 186var response = await Client.PostAsync($"/UpdateableViews/UpdateRazorPages", new StringContent(string.Empty));