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