Uri baseUri = new Uri() giving problem
Uri baseUri = new Uri("http://abc.com/DELHI/CENTRAL_DELHI/A.");
i have the url ending with (.) or dot
but this class remove the (.) from the end of url.
i want that dot in url please give solution its urgent
thanks in advance