- Published on
Defining which Controller Action or Json route to POST to when there's more than one on the page
If your custom widget exists more than once on a page, and you want to expose a JsonResult or HttpPost ActionResult, here's how to you target a specific controller so the saved Public Properties are correct.