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?
How can I make my Blazor application to receive
First, the sending application has to format it properly for URL use. And you have to know that formatting.
In .NET you can use Uri.EscapeDataString() and then Uri.UnescapeDataString() in the Blazor page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With