79463244

Date: 2025-02-24 10:50:55
Score: 1.5
Natty:
Report link

Did you try using JsonResult instead?

public async Task<JsonResult> Test()
{
    return new JsonResult()
                 {
                     Data = new { key: value },
                     JsonRequestBehavior = JsonRequestBehavior.AllowGet
                 };
}
Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: CIO