1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RazorPagesViewSearchTest.cs (1)
22Client = Factory.CreateDefaultClient();
4 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
RazorPagesViewSearchTest.cs (4)
38var content = await Client.GetStringAsync("http://localhost/Pages/ViewSearch?partial=_Sibling"); 48var content = await Client.GetStringAsync("http://localhost/Pages/ViewSearch?partial=_Parent"); 58var content = await Client.GetStringAsync("http://localhost/Pages/ViewSearch?partial=_Root"); 68var content = await Client.GetStringAsync("http://localhost/Pages/ViewSearch?partial=_Shared");