Skip to content

Instantly share code, notes, and snippets.

View madcoderBubt's full-sized avatar
:octocat:
Looking for Career Growth

Sudhananda Biswas madcoderBubt

:octocat:
Looking for Career Growth
View GitHub Profile
@madcoderBubt
madcoderBubt / FormToJson.html
Last active July 10, 2021 04:07
form data to json data conversion
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="">
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;