C# 클래스 ImageResizer.FluentExtensions.PathUtils

파일 보기 프로젝트 열기: benfoster/ImageResizer.FluentExtensions

공개 메소드들

메소드 설명
GetAppVirtualPath ( ) : string
ModifyPath ( string imagePath, string prefix, string container = null ) : string

Modifies the imagePath with the specified prefix and container name.

메소드 상세

GetAppVirtualPath() 공개 정적인 메소드

public static GetAppVirtualPath ( ) : string
리턴 string

ModifyPath() 공개 정적인 메소드

Modifies the imagePath with the specified prefix and container name.
If the or are null or empty.
public static ModifyPath ( string imagePath, string prefix, string container = null ) : string
imagePath string The image path to modify
prefix string The prefix you would like to append to the path
container string The (optional) container (root directory) name
리턴 string