关于[Development With A Dot - Dynamic Payloads in ASP.NET Core]的摘要:
It has always been possible (but a tad problematic) to submit dynamic contents to an ASP.NET Core controller action. In the dark, pre-Core days, we had to implement a custom model binder for this. Now it is no longer the case. All we need is to declare an action method as having a dynamic parameter, obtained from the request body, and accepting the request through POST...
原文地址: https://weblogs.asp.net/ricardoperes/dynamic-payloads-in-asp-net-core