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