Method | Description | |
---|---|---|
DotLessPathResolver ( string currentFilePath ) : System |
Initializes a new instance of the DotLessPathResolver class.
|
|
GetFullPath ( string path ) : string |
Returns the full path for the specified file .
|
public DotLessPathResolver ( string currentFilePath ) : System | ||
currentFilePath | string | /// The current file path. /// |
return | System |
public GetFullPath ( string path ) : string | ||
path | string | The imported file path. |
return | string |