コード例 #1
0
ファイル: AppUrl.cs プロジェクト: Acmion/CommunicatorCMS-Core
 public static string ConvertToAbsolutePath(string url)
 {
     return(AppPath.Join(App.RootPath, ConvertToAppPath(url)));
 }
コード例 #2
0
ファイル: AppUrl.cs プロジェクト: Acmion/CommunicatorCMS-Core
 public static string ConvertToAppPath(string url)
 {
     return(AppPath.Join(GeneralSettings.WebRootPath, ConvertToActualUrl(url)));
 }