Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created August 15, 2021 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SibeeshVenu/4f73e7e9ee9355afb808e0bbbe00647c to your computer and use it in GitHub Desktop.
Save SibeeshVenu/4f73e7e9ee9355afb808e0bbbe00647c to your computer and use it in GitHub Desktop.
var tag = new tblTag { tagName = "jQuery", tagDescription = "This tag is all about jQuery" };
HttpResponseMessage res = await cons.PostAsJsonAsync("api/tblTags", tag);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment