C# Class WebMarco.Backend.App.Common.AppHelper.Paths

显示文件 Open project: vhnatyk/WebMarco.2.0

Public Methods

Method Description
GetFilePathInTemporaryFolder ( string filename ) : string
GetFullAssetPath ( string relativePath ) : string
GetImageAssetPath ( string imageFileName ) : string
GetPageAssetPath ( string viewFileName ) : string

Private Methods

Method Description
DatafilesPath ( string parentFolder ) : string

Method Details

GetFilePathInTemporaryFolder() public static method

public static GetFilePathInTemporaryFolder ( string filename ) : string
filename string
return string

GetFullAssetPath() public static method

public static GetFullAssetPath ( string relativePath ) : string
relativePath string
return string

GetImageAssetPath() public static method

public static GetImageAssetPath ( string imageFileName ) : string
imageFileName string
return string

GetPageAssetPath() public static method

public static GetPageAssetPath ( string viewFileName ) : string
viewFileName string
return string