使用.Net Core 3.1的POST请求和Power Automate的HTTP请求
我在使用.Net Core 3.1 MVC从Power Automate的后期处理请求中发送参数时遇到问题。我创建了一个具有参数Name和Age的简单应用程序,然后一个View有一个按钮,当您单击它时,它会发送对Power Automate HTTP Request提供的POST请求的回复,我将收到一封电子邮件,其中包含我所输入的Name和Age设置为人物模型。但是,每次我收到电子邮件时,其名称和年龄都是空的。下面提供一些详细信息是我的源代码:
Index.cshtml
<a asp-controller=...