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.