1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
DirectivesTest.cs (1)
12Client = fixture.CreateDefaultClient();
3 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
DirectivesTest.cs (3)
24var body = await Client.GetStringAsync( 38var body = await Client.GetStringAsync("http://localhost/Directives/ViewInheritsBasePageFromViewImports"); 53var body = await Client.GetStringAsync("Directives/ViewReplacesTModelTokenFromInheritedBasePages");