1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ViewEngineTests.cs (1)
19Client = fixture.CreateDefaultClient();
19 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (19)
ViewEngineTests.cs (19)
67var response = await Client.GetAsync("http://localhost/ViewEngine/" + actionName); 89var body = await Client.GetStringAsync("http://localhost/ViewEngine/ViewWithPartial"); 102var body = await Client.GetStringAsync( 118var body = await Client.GetStringAsync("http://localhost/ViewEngine/ViewPassesViewDataToLayout"); 157var response = await Client.SendAsync(request); 187var body = await Client.GetStringAsync($"http://localhost/ExpanderViews/{action}"); 244var response = await Client.GetAsync("http://localhost/PartialViewEngine/" + actionName); 261var body = await Client.GetStringAsync("http://localhost/NestedViewStarts"); 301var response = await Client.SendAsync(request); 318var body = await Client.GetStringAsync(target); 335var body = await Client.GetStringAsync("http://localhost/ViewEngine/ViewWithComponentThatHasLayout"); 359var body = await Client.GetStringAsync("http://localhost/ViewEngine/ViewWithRelativePath"); 372var body = await Client.GetStringAsync("http://localhost/ViewEngine/ViewWithComponentThatHasViewStart"); 385var body = await Client.GetStringAsync("http://localhost/PartialsWithLayout/PartialDoesNotExecuteViewStarts"); 400var body = await Client.GetStringAsync("http://localhost/PartialsWithLayout/PartialsRenderedViaRenderPartial"); 417var response = await Client.GetAsync("http://localhost/PartialsWithLayout/PartialsRenderedViaPartial"); 434var responseContent = await Client.GetStringAsync("http://localhost/ViewWithPaths"); 451var responseContent = await Client.GetStringAsync("/BackSlash"); 464var responseContent = await Client.GetStringAsync("/ViewEngine/SearchInPages");