How can I make my Blazor application to receive the encrypted parameters that contain the encoded special characters such as "/"
and "+"
.
My screenshot can be found here
How should I configure the Blazor parameters, so that they are split and translated correctly?