1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorBuildTest.cs (1)
41Client = Factory.CreateDefaultClient();
13 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (13)
RazorBuildTest.cs (13)
57var response = await Client.GetAsync("http://localhost/Rzc/Page"); 70var response = await Client.GetAsync("Fallback"); 82var response = await Client.GetAsync("http://localhost/Rzc/View"); 95var response = await Client.GetAsync("http://localhost/Common/View"); 113var body = await Client.GetStringAsync("/UpdateableViews"); 120body = await Client.GetStringAsync("/UpdateableViews"); 128body = await Client.GetStringAsync("/UpdateableViews"); 136body = await Client.GetStringAsync("/UpdateableViews"); 151var body = await Client.GetStringAsync("/UpdateablePage"); 159body = await Client.GetStringAsync("/UpdateablePage"); 167body = await Client.GetStringAsync("/UpdateablePage"); 181var response = await Client.PostAsync($"/UpdateableViews/Update", updateContent); 187var response = await Client.PostAsync($"/UpdateableViews/UpdateRazorPages", new StringContent(string.Empty));