1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
FlushPointTest.cs (1)
17
Client
= Factory.CreateDefaultClient();
6 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
FlushPointTest.cs (6)
42
var body = await
Client
.GetStringAsync("http://localhost/FlushPoint/PageWithLayout");
55
var document = await
Client
.GetHtmlDocumentAsync("http://localhost/FlushPoint/FlushFollowedByLargeContent");
68
var document = await
Client
.GetHtmlDocumentAsync("http://localhost/FlushPoint/FlushInvokedInComponent");
89
var body = await
Client
.GetStringAsync("http://localhost/FlushPoint/PageWithoutLayout");
115
var body = await
Client
.GetStringAsync("http://localhost/FlushPoint/" + action);
134
var body = await
Client
.GetStringAsync("http://localhost/FlushPoint/PageWithNestedLayout");