1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorRuntimeCompilationHostingStartupTest.cs (1)
39
Client
= Factory.CreateDefaultClient();
9 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (9)
RazorRuntimeCompilationHostingStartupTest.cs (9)
60
var body = await
Client
.GetStringAsync("/UpdateableViews");
67
body = await
Client
.GetStringAsync("/UpdateableViews");
75
body = await
Client
.GetStringAsync("/UpdateableViews");
83
body = await
Client
.GetStringAsync("/UpdateableViews");
97
var body = await
Client
.GetStringAsync("/UpdateablePage");
105
body = await
Client
.GetStringAsync("/UpdateablePage");
113
body = await
Client
.GetStringAsync("/UpdateablePage");
127
var response = await
Client
.PostAsync($"/UpdateableViews/Update", updateContent);
133
var response = await
Client
.PostAsync($"/UpdateableViews/UpdateRazorPages", new StringContent(string.Empty));