Search found 2 matches

by Rasoul
Sat Oct 01, 2022 6:57 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Send parameter in body for filtering data in Angular
Replies: 5
Views: 10944

Re: Send parameter in body for filtering data in Angular

Hello Vadim
I appreciate you taking the time to answer my question.
by Rasoul
Wed Sep 28, 2022 11:43 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Send parameter in body for filtering data in Angular
Replies: 5
Views: 10944

Send parameter in body for filtering data in Angular

How to send data in body for filtering data in Angular?
I want to send an object in body from client to server.

Code: Select all

[HttpPost("InitViewer")]
public IActionResult InitViewer([FromBody] ADto dto ){}