Could someone please help: I have a situation where I need to pass the following string "Half & Half" as a parameter to my webapi
Sample URI: http://localhost:12345/api/vecotrs/GetHeirachy/5/Consumables/Packaging/Flexible/Half& Half
Is there a safe way to send the last value as a complete parma. for example "Half & Half" ?
thank you.