1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TagHelpersTest.cs (1)
27
Client
= Factory.CreateDefaultClient();
9 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (9)
TagHelpersTest.cs (9)
58
var response = await
Client
.GetAsync("http://localhost/Home/" + action);
78
var exception = await Assert.ThrowsAsync<HttpRequestException>(async () => await
Client
.GetAsync("http://localhost/Home/MyHtml"));
115
var response = await
Client
.GetAsync("http://localhost/Employee/DuplicateAntiforgeryTokenRegistration");
185
var result = await
Client
.GetStringAsync("http://localhost/Home/" + action);
198
var result = await
Client
.GetStringAsync("RemoveDefaultInheritedTagHelpers");
213
var response = await
Client
.GetAsync("http://localhost/Employee/Create");
241
var response = await
Client
.PostAsync("http://localhost/Employee/Create", postContent);
269
var response = await
Client
.PostAsync("http://localhost/Employee/Create", postContent);
292
var response = await
Client
.GetAsync($"/Encoders/{ actionName }");