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