I want its output as uppercase. This is what I get on Server.UrlEncode(\"http://\"):
Server.UrlEncode(\"http://\")
http%3a%2f%2f
but I need:
<
Uri.EscapeDataString("http://")
This code return
http%3A%2F%2F