4 references to SendAsync
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Extensions\HttpClientExtensions.cs (2)
16
return client.
SendAsync
(form, submitButton, new Dictionary<string, string>());
27
return client.
SendAsync
(form, submitButton, formValues);
Pages\Account\Login.cs (1)
99
return await Client.
SendAsync
(_loginForm, _loginButton, new Dictionary<string, string>()
Pages\Account\Manage\Email.cs (1)
48
var response = await Client.
SendAsync
(_changeEmailForm, _changeEmailButton, new Dictionary<string, string>