1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ViewEngineTests.cs (1)
23
Client
= Factory.CreateDefaultClient();
19 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (19)
ViewEngineTests.cs (19)
78
var response = await
Client
.GetAsync("http://localhost/ViewEngine/" + actionName);
100
var body = await
Client
.GetStringAsync("http://localhost/ViewEngine/ViewWithPartial");
113
var body = await
Client
.GetStringAsync(
129
var body = await
Client
.GetStringAsync("http://localhost/ViewEngine/ViewPassesViewDataToLayout");
168
var response = await
Client
.SendAsync(request);
198
var body = await
Client
.GetStringAsync($"http://localhost/ExpanderViews/{action}");
255
var response = await
Client
.GetAsync("http://localhost/PartialViewEngine/" + actionName);
272
var body = await
Client
.GetStringAsync("http://localhost/NestedViewStarts");
312
var response = await
Client
.SendAsync(request);
329
var body = await
Client
.GetStringAsync(target);
346
var body = await
Client
.GetStringAsync("http://localhost/ViewEngine/ViewWithComponentThatHasLayout");
370
var body = await
Client
.GetStringAsync("http://localhost/ViewEngine/ViewWithRelativePath");
383
var body = await
Client
.GetStringAsync("http://localhost/ViewEngine/ViewWithComponentThatHasViewStart");
396
var body = await
Client
.GetStringAsync("http://localhost/PartialsWithLayout/PartialDoesNotExecuteViewStarts");
411
var body = await
Client
.GetStringAsync("http://localhost/PartialsWithLayout/PartialsRenderedViaRenderPartial");
428
var response = await
Client
.GetAsync("http://localhost/PartialsWithLayout/PartialsRenderedViaPartial");
445
var responseContent = await
Client
.GetStringAsync("http://localhost/ViewWithPaths");
462
var responseContent = await
Client
.GetStringAsync("/BackSlash");
475
var responseContent = await
Client
.GetStringAsync("/ViewEngine/SearchInPages");