ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is possible to have a parameter and send?

renannn opened this issue · comments

Is possible add route parameters and upload files in body request ?

I believe so. Just add the appropriate [FromRoute] or [FromBody] attributes to the properties in the Request class.