C# 클래스 KNappen.KNappenService.Utils

파일 보기 프로젝트 열기: knreise/KNappen

공개 메소드들

메소드 설명
EnsureRouteFolderExists ( ) : void
GetFilePath ( string file ) : string
GetRoutePath ( ) : string
GetRoutePath ( string file ) : string
ResolvePath ( string path ) : string
isFilenameSafe ( string filename ) : bool

메소드 상세

EnsureRouteFolderExists() 공개 정적인 메소드

public static EnsureRouteFolderExists ( ) : void
리턴 void

GetFilePath() 공개 정적인 메소드

public static GetFilePath ( string file ) : string
file string
리턴 string

GetRoutePath() 공개 정적인 메소드

public static GetRoutePath ( ) : string
리턴 string

GetRoutePath() 공개 정적인 메소드

public static GetRoutePath ( string file ) : string
file string
리턴 string

ResolvePath() 공개 정적인 메소드

public static ResolvePath ( string path ) : string
path string
리턴 string

isFilenameSafe() 공개 정적인 메소드

public static isFilenameSafe ( string filename ) : bool
filename string
리턴 bool