1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
DirectivesTest.cs (1)
17
Client
= Factory.CreateDefaultClient();
3 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
DirectivesTest.cs (3)
36
var body = await
Client
.GetStringAsync(
50
var body = await
Client
.GetStringAsync("http://localhost/Directives/ViewInheritsBasePageFromViewImports");
65
var body = await
Client
.GetStringAsync("Directives/ViewReplacesTModelTokenFromInheritedBasePages");