Bei httpGet und httpPut werden Fehlermeldungen automatisch ins Log geschrieben. Ich würde mir wünschen, dass dies deaktiviert wird oder konfigurierbar wird. Verwendet man die Funktionen in Javascript, ...
This is my api. If I used HttpPost and FromBody, it work fine. [HttpPost("Test")] public async Task TestAsync([FromBody]Test test) { } public class Test { public string Name { get; set; } } public ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results