1 write to EncodedClient
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
HtmlGenerationTest.cs (1)
28
EncodedClient
= EncodedFactory.CreateDefaultClient();
1 reference to EncodedClient
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
HtmlGenerationTest.cs (1)
266
var response = await
EncodedClient
.GetAsync("http://localhost/HtmlGeneration_Home/" + action);