메소드 | 설명 | |
---|---|---|
GetDependencies ( string lessFilePath ) : string[] |
Returns an array of file names representing all of the dependencies of the specified *.less file (not including itself).
|
|
GetLastModified ( string lessFilePath ) : System.DateTime |
Gets the most recent modified date of the specified *.less file and all of its dependecies
|
|
RenderCss ( string lessFilePath, |
메소드 | 설명 | |
---|---|---|
GetFileDependencies ( string physicalFileName ) : IEnumerable |
||
Render ( string physicalFileName, |
메소드 | 설명 | |
---|---|---|
LessCssHandler ( ) : System |
Initializes a new instance of the LessCssHandler class.
|
|
renderStylesheet ( string lessFilePath, |
public static GetDependencies ( string lessFilePath ) : string[] | ||
lessFilePath | string | |
리턴 | string[] |
protected GetFileDependencies ( string physicalFileName ) : IEnumerable |
||
physicalFileName | string | |
리턴 | IEnumerable |
public static GetLastModified ( string lessFilePath ) : System.DateTime | ||
lessFilePath | string | |
리턴 | System.DateTime |
protected Render ( string physicalFileName, |
||
physicalFileName | string | |
output | ||
리턴 | void |
public static RenderCss ( string lessFilePath, |
||
lessFilePath | string | |
output | ||
compress | bool | |
lessPrologue | string | |
lessPostscript | string | |
lineNumbers | string | |
리턴 | void |