C# 클래스 WebMarco.Backend.App.Common.AppHelper.Paths

파일 보기 프로젝트 열기: vhnatyk/WebMarco.2.0

공개 메소드들

메소드 설명
GetFilePathInTemporaryFolder ( string filename ) : string
GetFullAssetPath ( string relativePath ) : string
GetImageAssetPath ( string imageFileName ) : string
GetPageAssetPath ( string viewFileName ) : string

비공개 메소드들

메소드 설명
DatafilesPath ( string parentFolder ) : string

메소드 상세

GetFilePathInTemporaryFolder() 공개 정적인 메소드

public static GetFilePathInTemporaryFolder ( string filename ) : string
filename string
리턴 string

GetFullAssetPath() 공개 정적인 메소드

public static GetFullAssetPath ( string relativePath ) : string
relativePath string
리턴 string

GetImageAssetPath() 공개 정적인 메소드

public static GetImageAssetPath ( string imageFileName ) : string
imageFileName string
리턴 string

GetPageAssetPath() 공개 정적인 메소드

public static GetPageAssetPath ( string viewFileName ) : string
viewFileName string
리턴 string