C# Class ImageResizer.FluentExtensions.PathUtils

Afficher le fichier Open project: benfoster/ImageResizer.FluentExtensions

Méthodes publiques

Méthode Description
GetAppVirtualPath ( ) : string
ModifyPath ( string imagePath, string prefix, string container = null ) : string

Modifies the imagePath with the specified prefix and container name.

Method Details

GetAppVirtualPath() public static méthode

public static GetAppVirtualPath ( ) : string
Résultat string

ModifyPath() public static méthode

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
Résultat string