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