C# Class FilePathHelper, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
FilePathHelper ( IHostingEnvironment env )
GetPhysicalPath ( string relativepath ) : string
GetVirtualPath ( string physicalPath ) : string

Method Details

FilePathHelper() public méthode

public FilePathHelper ( IHostingEnvironment env )
env IHostingEnvironment

GetPhysicalPath() public méthode

public GetPhysicalPath ( string relativepath ) : string
relativepath string
Résultat string

GetVirtualPath() public méthode

public GetVirtualPath ( string physicalPath ) : string
physicalPath string
Résultat string