Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

If you need to use Content-Type=x-www-urlencoded-form then DO NOT use FormDataCollection as parameter: In asp.net Core 2+ FormDataCollection has no default constructors which is required by Formatters. Use IFormCollection instead:
***
public IActionResult Search([FromForm]IFormCollection type)
{
return Ok();
}
***
4 years ago
***
android:networkSecurityConfig="@xml/network_security_config"
...>
***
and:

res/xml/network_security_config.xml
***








***
4 years ago
If the