예제 #1
0
 private static string AdjustPossibleLocalHostPathToFilePath(string path)
 {
     if (!path.StartsWith("localhost/", StringComparison.InvariantCulture))
     {
         return(path);
     }
     return(EnhancedImageServer.LocalHostPathToFilePath(path));
 }