Test application is calling my web api and pasing param1 and param 2 to my get method(swagger)
In web api controler after geting the param1 and param 2, I need to compare diff and return the value
To compare diff im using third party js file.
so how can i access the js file js function in my web api controler.
Aravind GovindarajPosted Oct 13, 2022, 10:38 PM
Since u r code already reached to controller side. I feel it's better you can validate in server side code itself ....