Method | Description | |
---|---|---|
EnsureRouteFolderExists ( ) : void | ||
GetFilePath ( string file ) : string | ||
GetRoutePath ( ) : string | ||
GetRoutePath ( string file ) : string | ||
ResolvePath ( string path ) : string | ||
isFilenameSafe ( string filename ) : bool |
public static EnsureRouteFolderExists ( ) : void | ||
return | void |
public static GetFilePath ( string file ) : string | ||
file | string | |
return | string |
public static GetRoutePath ( string file ) : string | ||
file | string | |
return | string |
public static ResolvePath ( string path ) : string | ||
path | string | |
return | string |
public static isFilenameSafe ( string filename ) : bool | ||
filename | string | |
return | bool |