C# Класс Cruncher.Preprocessors.Less.DotLessPathResolver

The dot less path resolver.
Наследование: IPathResolver
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DotLessPathResolver ( string currentFilePath ) : System

Initializes a new instance of the DotLessPathResolver class.

GetFullPath ( string path ) : string

Returns the full path for the specified file .

Описание методов

DotLessPathResolver() публичный Метод

Initializes a new instance of the DotLessPathResolver class.
/// Thrown if currentFilePath is null. ///
public DotLessPathResolver ( string currentFilePath ) : System
currentFilePath string /// The current file path. ///
Результат System

GetFullPath() публичный Метод

Returns the full path for the specified file .
/// Thrown if path is null. ///
public GetFullPath ( string path ) : string
path string The imported file path.
Результат string