© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
8 replies
DayanK

❔ Post Request no working

please I tried to make a post request but I receive some error. How I can fix it ? I'm using .net core 6 version. Thanks in advance
public class Product
{
public int Id { get; set; }
public string Name { get; set; }
public decimal Price { get; set; }
}
}
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ c# post request http body
C#CC# / help
3y ago
Deployed Refit implementation turns POST request into a GET request?
C#CC# / help
2mo ago
Code no working
C#CC# / help
2y ago