Ejemplo n.º 1
0
 private static string GetXmlPath(string url)
 {
     url = url.Replace('/', '_').Replace(':', '_');
     return(ConfigPathHelper.GetWmsCachePath() + url + ".xml");
 }
Ejemplo n.º 2
0
 private static string GetXmlPath(string url)
 {
     url = System.Uri.UnescapeDataString(url.Replace('/', '_').Replace(':', '_').Replace('?', '_'));
     return(ConfigPathHelper.GetWmsCachePath() + url + ".xml");
 }