Skip to content

Instantly share code, notes, and snippets.

@jzwang-dev
Created February 20, 2021 07:56
Show Gist options
  • Save jzwang-dev/0e9448c0ea0c31a0e7d2ef9a735fc4af to your computer and use it in GitHub Desktop.
Save jzwang-dev/0e9448c0ea0c31a0e7d2ef9a735fc4af to your computer and use it in GitHub Desktop.
public ActionResult Index()
{
Response.Write(SharedLibrary.Class1.SerializeObject());
Response.Write("<br>");
Response.Write(Newtonsoft.Json.JsonConvert.SerializeObject(new
{
msg = "序列化自「應用程式」"
}));
return Content("");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment