I created the custom link on the asp.net core project. And i tried to getting parameters in the link on the controller.
i need to prmtr1 and prmt2 values but '+' char in the prmtr1 return to ' '(space) value. I must get 'j+vNMbBKUGU=
' but im getting 'j vNMbBKUGU=
'
link: blablabla/contract?prmtr1=j+vNMbBKUGU=&prmtr2=BIIOnHXUgGM=
if i change space char to + char, my problem fixed but i think it's not good idea. I hope you can help me. Thanks.