1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
LinkGeneratorTest.cs (1)
25Client = Factory.CreateDefaultClient();
18 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
LinkGeneratorTest.cs (18)
41var response = await Client.GetAsync("LG1/LinkToSelf"); 53var response = await Client.GetAsync("LG1/LinkToSelf/17?another-value=5"); 65var response = await Client.GetAsync("LG1/LinkToAnotherAction/17?another-value=5"); 77var response = await Client.GetAsync("LG1/LinkToAnotherController/17?another-value=5"); 89var response = await Client.GetAsync("LG1/LinkToAnArea/17?another-value=5"); 101var response = await Client.GetAsync("Admin/LG3/LinkInsideOfArea/17"); 115var response = await Client.GetAsync("Admin/LG3/LinkInsideOfAreaFail/17?another-value=5"); 127var response = await Client.GetAsync("Admin/LG3/LinkOutsideOfArea/17?another-value=5"); 139var response = await Client.GetAsync("LGAnotherPage/17"); 151var response = await Client.GetAsync("LGPage/17"); 163var response = await Client.GetAsync("LG1/LinkToPage/17?another-value=4"); 175var response = await Client.GetAsync("LG1/LinkToPageWithTransformedPath?id=HelloWorld"); 187var response = await Client.GetAsync("LG1/LinkToPageInArea/17?another-value=4"); 199var response = await Client.GetAsync("LG1/LinkWithFullUri/17"); 211var response = await Client.GetAsync("LG1/LinkWithFullUriWithoutHttpContext/17"); 223var response = await Client.GetAsync("LG1/LinkToPageWithFullUri/17"); 235var response = await Client.GetAsync("LG1/LinkToPageWithFullUriWithoutHttpContext/17"); 247var response = await Client.GetAsync("LG1/LinkToRouteWithNoMvcParameters?custom=17");