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