コード例 #1
0
 public static string GetBootThemeImageResourcesRelativeFolderPath(string version, string resourcesRelativeFolderPath, bool isRtl, bool shouldSkipThemeFolder)
 {
     if (!shouldSkipThemeFolder)
     {
         return(ResourcePathBuilderUtilities.GetThemedLocaleImageResourcesRelativeFolderPath(resourcesRelativeFolderPath, isRtl));
     }
     return(string.Format("{0}/resources/images/{1}", resourcesRelativeFolderPath, isRtl ? "rtl" : "0"));
 }