Forum Discussion
dp106
Helper I
8 years agoURL Encoding While passing passing parameter thru URL
Hi, I am filtering a report using Query String Parametrs in URL. The reports breaks when it encounters special charaters like Ampersand, Quote etc in the filter condition (value). Is there a ...
michaelshparber
Advocate V
6 years agoUri.EscapeDataString(part_of_url)
double encoding:
Uri.EscapeDataString(Uri.EscapeDataString(part_of_url))