0
reji79 created
Hello,
I have a setting that stores a network path and that needs that to be visible at client side. (for example "\BOSSQL018DP\Exports\DEV") However when I set IsVisibleToClients=true, it gives javascript error. I guess the \ escape character is not handled within framework?
thanks
1 Answer(s)
-
0
Yes, it should be because of the '' char since it's special char in javascript. I opened an issue to fix it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/529">https://github.com/aspnetboilerplate/as ... issues/529</a>
Thanks.