C# 클래스 Upac.Core.Utilities.FileUtil

파일 보기 프로젝트 열기: 1508/upac-for-umbraco

공개 메소드들

메소드 설명
GetVirtualPath ( string physicalPath ) : string
MapPath ( string path ) : string

Maps the path. Can handle c:/drive/file.jpg or /folder/file.jpg

메소드 상세

GetVirtualPath() 공개 정적인 메소드

public static GetVirtualPath ( string physicalPath ) : string
physicalPath string
리턴 string

MapPath() 공개 정적인 메소드

Maps the path. Can handle c:/drive/file.jpg or /folder/file.jpg
public static MapPath ( string path ) : string
path string The path.
리턴 string