C# Класс ImageResizer.FluentExtensions.PathUtils

Показать файл Открыть проект

Открытые методы

Метод Описание
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