1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RoutingWithoutRazorPagesTestsBase.cs (1)
24Client = Factory.CreateDefaultClient();
2 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
RoutingWithoutRazorPagesTestsBase.cs (2)
40var response = await Client.GetAsync("http://localhost/PageRoute/Attribute/pagevalue"); 61var response = await Client.GetAsync("http://localhost/PageRoute/ConventionalRoute/pagevalue");